diff options
author | 2023-12-15 18:24:34 +0800 | |
---|---|---|
committer | 2023-12-22 11:14:17 +0530 | |
commit | b5785f615918423f4ad4abe28eeb2679db8712b0 (patch) | |
tree | 2f3392c17c92b79ebdd53b689e8eb77f7bf31371 | |
parent | xfs: fix perag leak when growfs fails (diff) | |
download | wireguard-linux-b5785f615918423f4ad4abe28eeb2679db8712b0.tar.xz wireguard-linux-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>
-rw-r--r-- | fs/xfs/scrub/health.c | 2 |
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" |