xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS

JIRA: https://issues.redhat.com/browse/RHEL-57114

commit a2e4388adfa44684c7c428a5a5980efe0d75e13e
Author: Anthony Iliopoulos <ailiop@suse.com>
Date:   Sun Nov 5 20:23:18 2023 +0100

    xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS

    Commit 57c0f4a8ea3a 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: 57c0f4a8ea3a ("xfs: fix select in config XFS_ONLINE_SCRUB_STATS")

    Reported-by: Holger Hoffstätte <holger@applied-asynchrony.com>
    Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
    Reviewed-by: Dave Chinner <dchinner@redhat.com>
    Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
    Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>

Signed-off-by: Bill O'Donnell <bodonnel@redhat.com>
This commit is contained in:
Bill O'Donnell 2024-10-15 10:46:31 -05:00
parent 254c485094
commit f999da2142
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ config XFS_ONLINE_SCRUB_STATS
bool "XFS online metadata check usage data collection"
default n
depends on XFS_ONLINE_SCRUB
select XFS_DEBUG
select DEBUG_FS
help
If you say Y here, the kernel will gather usage data about
the online metadata check subsystem. This includes the number