Commit 73c348d4 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Dave Chinner

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: default avatarDarrick J. Wong <djwong@kernel.org>
Signed-off-by: default avatarDave Chinner <david@fromorbit.com>
parent 93e6aa43
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "xfs_attr.h" #include "xfs_attr.h"
#include "xfs_attr_item.h" #include "xfs_attr_item.h"
#include "xfs_trace.h" #include "xfs_trace.h"
#include "xfs_inode.h"
#include "xfs_trans_space.h" #include "xfs_trans_space.h"
#include "xfs_errortag.h" #include "xfs_errortag.h"
#include "xfs_error.h" #include "xfs_error.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment