mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-18 20:04:16 +08:00
xfs: fix select in config XFS_ONLINE_SCRUB_STATS
Commitd7a74cad8f
("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:d7a74cad8f
("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>
This commit is contained in:
parent
0bb80ecc33
commit
57c0f4a8ea
@ -147,7 +147,7 @@ config XFS_ONLINE_SCRUB_STATS
|
|||||||
bool "XFS online metadata check usage data collection"
|
bool "XFS online metadata check usage data collection"
|
||||||
default y
|
default y
|
||||||
depends on XFS_ONLINE_SCRUB
|
depends on XFS_ONLINE_SCRUB
|
||||||
select FS_DEBUG
|
select XFS_DEBUG
|
||||||
help
|
help
|
||||||
If you say Y here, the kernel will gather usage data about
|
If you say Y here, the kernel will gather usage data about
|
||||||
the online metadata check subsystem. This includes the number
|
the online metadata check subsystem. This includes the number
|
||||||
|
Loading…
Reference in New Issue
Block a user