Skip to content

Commit a2e4388

Browse files
Anthony IliopoulosChandan Babu R
authored andcommitted
xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
Commit 57c0f4a attempted to fix the select in the kconfig entry XFS_ONLINE_SCRUB_STATS by selecting XFS_DEBUG, but the original intention was to select DEBUG_FS, since the feature relies on debugfs to export the related scrub statistics. Fixes: 57c0f4a ("xfs: fix select in config XFS_ONLINE_SCRUB_STATS") Reported-by: Holger Hoffstätte <[email protected]> Signed-off-by: Anthony Iliopoulos <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Reviewed-by: "Darrick J. Wong" <[email protected]> Signed-off-by: Chandan Babu R <[email protected]>
1 parent f63a5b3 commit a2e4388

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 XFS_DEBUG
150+
select DEBUG_FS
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)