]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
SUNRPC: Move the svc_rpcb_cleanup() call sites
authorChuck Lever <chuck.lever@oracle.com>
Wed, 20 Aug 2025 14:27:28 +0000 (10:27 -0400)
committerAnna Schumaker <anna.schumaker@oracle.com>
Tue, 23 Sep 2025 17:28:19 +0000 (13:28 -0400)
commit62c0c0e7491211969d8d1c2a9ab0e112b34664cf
tree2c59a902930c7f9fadf1e814bfb914b0ca223cde
parentc231cea10d418c9d2596bcb8f5a06e18b55c1435
SUNRPC: Move the svc_rpcb_cleanup() call sites

Clean up: because svc_rpcb_cleanup() and svc_xprt_destroy_all()
are always invoked in pairs, we can deduplicate code by moving
the svc_rpcb_cleanup() call sites into svc_xprt_destroy_all().

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Tested-by: Olga Kornievskaia <okorniev@redhat.com>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/lockd/svc.c
fs/nfs/callback.c
fs/nfsd/nfsctl.c
fs/nfsd/nfssvc.c
include/linux/sunrpc/svc_xprt.h
net/sunrpc/svc.c
net/sunrpc/svc_xprt.c