sunrpc: remove all connection limit configuration
authorNeilBrown <neilb@suse.de>
Mon, 9 Dec 2024 00:41:27 +0000 (11:41 +1100)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 6 Jan 2025 14:37:36 +0000 (09:37 -0500)
commita4b853f183a19a88ad635f9ae8ba97e7cb377a23
treeda48f5b2742547beba7dce54fac8d650958bc37e
parenteccbbc7c00a5aae5e704d4002adfaf4c3fa4b30d
sunrpc: remove all connection limit configuration

Now that the connection limit only apply to unconfirmed connections,
there is no need to configure it.  So remove all the configuration and
fix the number of unconfirmed connections as always 64 - which is
now given a name: XPT_MAX_TMP_CONN

Signed-off-by: NeilBrown <neilb@suse.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/lockd/svc.c
fs/nfsd/netns.h
fs/nfsd/nfsctl.c
fs/nfsd/nfssvc.c
include/linux/sunrpc/svc.h
include/linux/sunrpc/svc_xprt.h
net/sunrpc/svc_xprt.c