xfs: fix select in config XFS_ONLINE_SCRUB_STATS
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 25 Aug 2023 12:05:13 +0000 (14:05 +0200)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 11 Sep 2023 09:22:23 +0000 (14:52 +0530)
commit57c0f4a8ea3a206c313bf6b0992f6fdc084e66e7
tree7d22795a6baef1a3ae58dd999b7b2a7ac31a7e71
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
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 <lukas.bulwahn@gmail.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/Kconfig