From: Lukas Bulwahn Date: Fri, 25 Aug 2023 12:05:13 +0000 (+0200) Subject: xfs: fix select in config XFS_ONLINE_SCRUB_STATS X-Git-Tag: v6.6.17~3871^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57c0f4a8ea3a206c313bf6b0992f6fdc084e66e7;p=platform%2Fkernel%2Flinux-rpi.git xfs: fix select in config XFS_ONLINE_SCRUB_STATS Commit d7a74cad8f45 ("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: d7a74cad8f45 ("xfs: track usage statistics of online fsck") Signed-off-by: Lukas Bulwahn Reviewed-by: "Darrick J. Wong" Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig index c9d6531..ed0bc8c 100644 --- a/fs/xfs/Kconfig +++ b/fs/xfs/Kconfig @@ -147,7 +147,7 @@ config XFS_ONLINE_SCRUB_STATS bool "XFS online metadata check usage data collection" default y depends on XFS_ONLINE_SCRUB - select FS_DEBUG + select XFS_DEBUG help If you say Y here, the kernel will gather usage data about the online metadata check subsystem. This includes the number