aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-09-23 16:05:55 +1000
committerDave Chinner <david@fromorbit.com>2014-09-23 16:05:55 +1000
commite3cf17962a757e59fed2cbcbda6373c1b35a35dd (patch)
tree8e2a7717f588edb9bd54f0828af52671ff47a429 /fs/xfs/xfs_icache.c
parentxfs: don't ASSERT on corrupt ftype (diff)
downloadlinux-dev-e3cf17962a757e59fed2cbcbda6373c1b35a35dd.tar.xz
linux-dev-e3cf17962a757e59fed2cbcbda6373c1b35a35dd.zip
xfs: remove second xfs_quota.h inclusion in xfs_icache.c
xfs_quota.h was included twice. Signed-off-by: Fabian Frederick <fabf@skynet.be> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_icache.c')
-rw-r--r--fs/xfs/xfs_icache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c
index 981b2cf51985..b45f7b27b5df 100644
--- a/fs/xfs/xfs_icache.c
+++ b/fs/xfs/xfs_icache.c
@@ -33,7 +33,6 @@
#include "xfs_trace.h"
#include "xfs_icache.h"
#include "xfs_bmap_util.h"
-#include "xfs_quota.h"
#include "xfs_dquot_item.h"
#include "xfs_dquot.h"