aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2022-05-22 16:47:17 +1000
committerDave Chinner <david@fromorbit.com>2022-05-22 16:47:17 +1000
commit73c348d4ab5c34aa2186071e66eaa5700d35e104 (patch)
tree41976b8a70bb2d7264503ac2a116a6a2cc026cb6 /fs/xfs
parentxfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO (diff)
downloadlinux-dev-73c348d4ab5c34aa2186071e66eaa5700d35e104.tar.xz
linux-dev-73c348d4ab5c34aa2186071e66eaa5700d35e104.zip
xfs: Remove duplicate include
Clean up the following includecheck warning: ./fs/xfs/xfs_attr_item.c: xfs_inode.h is included more than once. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_attr_item.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr_item.c b/fs/xfs/xfs_attr_item.c
index e8ac88d9fd14..bf9a01b083b8 100644
--- a/fs/xfs/xfs_attr_item.c
+++ b/fs/xfs/xfs_attr_item.c
@@ -22,7 +22,6 @@
#include "xfs_attr.h"
#include "xfs_attr_item.h"
#include "xfs_trace.h"
-#include "xfs_inode.h"
#include "xfs_trans_space.h"
#include "xfs_errortag.h"
#include "xfs_error.h"