]> www.infradead.org Git - users/willy/linux.git/commit
NFSD: Fix nfsdcld warning
authorChuck Lever <chuck.lever@oracle.com>
Tue, 4 Jun 2024 15:24:00 +0000 (11:24 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 8 Jul 2024 18:10:02 +0000 (14:10 -0400)
commit18a5450684c312e98eb2253f0acf88b3f780af20
tree2542d64bd89e1d0b35580af025805a61b1647b1b
parentd1b586e75ec619dde1af47e21a41a6b1b51874c2
NFSD: Fix nfsdcld warning

Since CONFIG_NFSD_LEGACY_CLIENT_TRACKING is a new config option, its
initial default setting should have been Y (if we are to follow the
common practice of "default Y, wait, default N, wait, remove code").

Paul also suggested adding a clearer remedy action to the warning
message.

Reported-by: Paul Menzel <pmenzel@molgen.mpg.de>
Message-Id: <d2ab4ee7-ba0f-44ac-b921-90c8fa5a04d2@molgen.mpg.de>
Fixes: 74fd48739d04 ("nfsd: new Kconfig option for legacy client tracking")
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/Kconfig
fs/nfsd/nfs4recover.c