Skip to content

Commit 57c0f4a

Browse files
bulwahnChandan Babu R
authored andcommitted
xfs: fix select in config XFS_ONLINE_SCRUB_STATS
Commit d7a74ca ("xfs: track usage statistics of online fsck") introduces config XFS_ONLINE_SCRUB_STATS, which selects the non-existing config FS_DEBUG. It is probably intended to select the existing config XFS_DEBUG. Fix the select in config XFS_ONLINE_SCRUB_STATS. Fixes: d7a74ca ("xfs: track usage statistics of online fsck") Signed-off-by: Lukas Bulwahn <[email protected]> Reviewed-by: "Darrick J. Wong" <[email protected]> Signed-off-by: Chandan Babu R <[email protected]>
1 parent 0bb80ec commit 57c0f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ config XFS_ONLINE_SCRUB_STATS
147147
bool "XFS online metadata check usage data collection"
148148
default y
149149
depends on XFS_ONLINE_SCRUB
150-
select FS_DEBUG
150+
select XFS_DEBUG
151151
help
152152
If you say Y here, the kernel will gather usage data about
153153
the online metadata check subsystem. This includes the number

0 commit comments

Comments
 (0)