Skip to content

Commit

Permalink
xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=n
Browse files Browse the repository at this point in the history
Pavel Machek complained that the question about supporting deprecated
XFS v4 comes up even when XFS is disabled.  This clearly makes no sense,
so fix Kconfig.

Reported-by: Pavel Machek <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Reviewed-by: Eric Sandeen <[email protected]>
  • Loading branch information
djwong committed Oct 16, 2020
1 parent d88850b commit 8946455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/xfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ config XFS_FS

config XFS_SUPPORT_V4
bool "Support deprecated V4 (crc=0) format"
depends on XFS_FS
default y
help
The V4 filesystem format lacks certain features that are supported
Expand Down

0 comments on commit 8946455

Please sign in to comment.