Re: [PATCH] xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=n

2020-10-12 Thread Eric Sandeen
On 10/12/20 4:11 PM, Darrick J. Wong wrote: > From: Darrick J. Wong > > 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 > Signed-off-by: Darrick J.

[PATCH] xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=n

2020-10-12 Thread Darrick J. Wong
From: Darrick J. Wong 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 Signed-off-by: Darrick J. Wong --- fs/xfs/Kconfig |1 + 1 file changed, 1