summaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorWang Jinchao <wangjinchao@xfusion.com>2023-12-15 18:24:34 +0800
committerChandan Babu R <chandanbabu@kernel.org>2023-12-22 11:14:17 +0530
commitb5785f615918423f4ad4abe28eeb2679db8712b0 (patch)
tree2f3392c17c92b79ebdd53b689e8eb77f7bf31371 /fs/xfs
parent7823921887750b39d02e6b44faafdd1cc617c651 (diff)
downloadlinux-stable-b5785f615918423f4ad4abe28eeb2679db8712b0.tar.gz
linux-stable-b5785f615918423f4ad4abe28eeb2679db8712b0.tar.bz2
linux-stable-b5785f615918423f4ad4abe28eeb2679db8712b0.zip
xfs/health: cleanup, remove duplicated including
remove the second ones: \#include "xfs_trans_resv.h" \#include "xfs_mount.h" Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/scrub/health.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/scrub/health.c b/fs/xfs/scrub/health.c
index df716da11226..531006910ca9 100644
--- a/fs/xfs/scrub/health.c
+++ b/fs/xfs/scrub/health.c
@@ -10,8 +10,6 @@
#include "xfs_trans_resv.h"
#include "xfs_mount.h"
#include "xfs_btree.h"
-#include "xfs_trans_resv.h"
-#include "xfs_mount.h"
#include "xfs_ag.h"
#include "xfs_health.h"
#include "scrub/scrub.h"