commit | 894645546bb12ce008dcba0f68834d270fcd1dde | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 12 14:10:03 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Oct 16 15:34:28 2020 -0700 |
tree | e6fea37fd62621a92cf98521e6cb8b85b7abbd86 | |
parent | d88850bd5516a77c6f727e8b6cefb64e0cc929c7 [diff] |
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>