aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
diff options
context:
space:
mode:
authorZach Brown <zab@redhat.com>2013-10-16 12:10:34 -0700
committerChris Mason <chris.mason@fusionio.com>2013-11-11 22:03:19 -0500
commit8b558c5f097b636209b654f4d7775ac96054d6e3 (patch)
tree483c79337a229e19737322ce81855bc39fcbe1a8 /fs/btrfs/super.c
parentbtrfs: remove move_pages() (diff)
downloadlinux-dev-8b558c5f097b636209b654f4d7775ac96054d6e3.tar.xz
linux-dev-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/super.c')
-rw-r--r--fs/btrfs/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 02f552f11829..c9079db7441e 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -42,7 +42,6 @@
#include <linux/cleancache.h>
#include <linux/ratelimit.h>
#include <linux/btrfs.h>
-#include "compat.h"
#include "delayed-inode.h"
#include "ctree.h"
#include "disk-io.h"