diff options
author | Zach Brown <zab@redhat.com> | 2013-10-16 23:10:34 +0400 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2013-11-12 07:03:19 +0400 |
commit | 8b558c5f097b636209b654f4d7775ac96054d6e3 (patch) | |
tree | 483c79337a229e19737322ce81855bc39fcbe1a8 /fs/btrfs/extent_io.c | |
parent | 1877e1a747db33d7264d8046e96373962da72a3d (diff) | |
download | linux-8b558c5f097b636209b654f4d7775ac96054d6e3.tar.xz |
btrfs: remove fs/btrfs/compat.h
fs/btrfs/compat.h only contained trivial macro wrappers of drop_nlink()
and inc_nlink(). This doesn't belong in mainline.
Signed-off-by: Zach Brown <zab@redhat.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r-- | fs/btrfs/extent_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 5bf98d2ee70f..a93bab452183 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -13,7 +13,6 @@ #include <linux/cleancache.h> #include "extent_io.h" #include "extent_map.h" -#include "compat.h" #include "ctree.h" #include "btrfs_inode.h" #include "volumes.h" |