aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiapeng Chong <[email protected]>2023-08-24 15:47:23 +0800
committerChandan Babu R <[email protected]>2023-10-12 10:14:45 +0530
commitf93b9300301d30f275f9bd7165cbb53d5094bd8d (patch)
treeb2249de5ca51a1b4e658eb9ec7fe13c15f71e345
parent3c90c01e49342b166e5c90ec2c85b220be15a20e (diff)
xfs: Remove duplicate include
./fs/xfs/scrub/xfile.c: xfs_format.h is included more than once. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6209 Signed-off-by: Jiapeng Chong <[email protected]> Reviewed-by: "Darrick J. Wong" <[email protected]> Signed-off-by: Chandan Babu R <[email protected]>
-rw-r--r--fs/xfs/scrub/xfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/scrub/xfile.c b/fs/xfs/scrub/xfile.c
index d98e8e77c684..090c3ead43fd 100644
--- a/fs/xfs/scrub/xfile.c
+++ b/fs/xfs/scrub/xfile.c
@@ -10,7 +10,6 @@
#include "xfs_log_format.h"
#include "xfs_trans_resv.h"
#include "xfs_mount.h"
-#include "xfs_format.h"
#include "scrub/xfile.h"
#include "scrub/xfarray.h"
#include "scrub/scrub.h"