diff mbox

PATCH - btrfs-progs-4.13: cmds-inspect-tree-stats.h: No such file or directory

Message ID ac7654b1-68b6-8793-db22-18eb238d0ca8@daemons-point.com (mailing list archive)
State New, archived
Headers show

Commit Message

Uli Heller Sept. 9, 2017, 6:13 a.m. UTC
From edc11bf1463e41f5c503655f67c3036bd952eb72 Mon Sep 17 00:00:00 2001
From: Uli Heller <uli.heller@daemons-point.com>
Date: Sat, 9 Sep 2017 08:02:51 +0200
Subject: [PATCH] Removed missing header file, fixes compilation error

---
  btrfs-calc-size.c | 1 -
  1 file changed, 1 deletion(-)

Comments

David Sterba Sept. 11, 2017, 6:58 p.m. UTC | #1
On Sat, Sep 09, 2017 at 08:13:51AM +0200, Uli Heller wrote:
>  From edc11bf1463e41f5c503655f67c3036bd952eb72 Mon Sep 17 00:00:00 2001
> From: Uli Heller <uli.heller@daemons-point.com>
> Date: Sat, 9 Sep 2017 08:02:51 +0200
> Subject: [PATCH] Removed missing header file, fixes compilation error

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/btrfs-calc-size.c b/btrfs-calc-size.c
index 1c5c61df..1ac7c785 100644
--- a/btrfs-calc-size.c
+++ b/btrfs-calc-size.c
@@ -19,7 +19,6 @@ 
  #include "volumes.h"
  #include "utils.h"
  #include "commands.h"
-#include "cmds-inspect-tree-stats.h"

  int main(int argc, char **argv)
  {