summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/export.c
diff options
context:
space:
mode:
authorZach Brown2013-10-16 21:10:34 +0200
committerChris Mason2013-11-12 04:03:19 +0100
commit8b558c5f097b636209b654f4d7775ac96054d6e3 (patch)
tree483c79337a229e19737322ce81855bc39fcbe1a8 /fs/btrfs/export.c
parentbtrfs: remove move_pages() (diff)
downloadkernel-qcow2-linux-8b558c5f097b636209b654f4d7775ac96054d6e3.tar.gz
kernel-qcow2-linux-8b558c5f097b636209b654f4d7775ac96054d6e3.tar.xz
kernel-qcow2-linux-8b558c5f097b636209b654f4d7775ac96054d6e3.zip
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/export.c')
-rw-r--r--fs/btrfs/export.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/export.c b/fs/btrfs/export.c
index 4b8691607373..41422a3de8ed 100644
--- a/fs/btrfs/export.c
+++ b/fs/btrfs/export.c
@@ -5,7 +5,6 @@
#include "btrfs_inode.h"
#include "print-tree.h"
#include "export.h"
-#include "compat.h"
#define BTRFS_FID_SIZE_NON_CONNECTABLE (offsetof(struct btrfs_fid, \
parent_objectid) / 4)