]> git.dujemihanovic.xyz Git - linux.git/commit
nfsd: Don't pass all of rqst into rqst_exp_find()
authorNeilBrown <neilb@suse.de>
Fri, 26 Jul 2024 02:21:30 +0000 (12:21 +1000)
committerChuck Lever <chuck.lever@oracle.com>
Fri, 20 Sep 2024 23:31:03 +0000 (19:31 -0400)
commitc55aeef7766cdc52847d03dd1326859c55811a52
treeb4bd042d7d75439805ba271fd9f35cd435e96ed5
parent11673b2a917d2351d8e29d4788a129c973852215
nfsd: Don't pass all of rqst into rqst_exp_find()

Rather than passing the whole rqst, pass the pieces that are actually
needed.  This makes the inputs to rqst_exp_find() more obvious.

Signed-off-by: NeilBrown <neilb@suse.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/export.c
fs/nfsd/export.h
fs/nfsd/nfs4proc.c
fs/nfsd/nfsfh.c