Skip to content

Commit 8946455

Browse files
committed
xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=n
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 <pavel@ucw.cz> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com>
1 parent d88850b commit 8946455

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/xfs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ config XFS_FS
2424

2525
config XFS_SUPPORT_V4
2626
bool "Support deprecated V4 (crc=0) format"
27+
depends on XFS_FS
2728
default y
2829
help
2930
The V4 filesystem format lacks certain features that are supported

0 commit comments

Comments
 (0)