2009-01-14 22:59:55

by Huang Weiyi

[permalink] [raw]
Subject: Btrfs: remove duplicated #include

Removed duplicated #include "compat.h"in
fs/btrfs/extent-tree.c

Signed-off-by: Huang Weiyi <[email protected]>

diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
index 293da65..cc45ec0 100644
--- a/fs/btrfs/extent-tree.c
+++ b/fs/btrfs/extent-tree.c
@@ -30,7 +30,6 @@
#include "volumes.h"
#include "locking.h"
#include "ref-cache.h"
-#include "compat.h"

#define PENDING_EXTENT_INSERT 0
#define PENDING_EXTENT_DELETE 1


2009-01-15 02:11:18

by Chris Mason

[permalink] [raw]
Subject: Re: Btrfs: remove duplicated #include

On Thu, 2009-01-15 at 06:59 +0800, Huang Weiyi wrote:
> Removed duplicated #include "compat.h"in
> fs/btrfs/extent-tree.c

Thanks, will pull these in.

-chris