]> git.ipfire.org Git - thirdparty/linux.git/commit
NFSD: Rename a function parameter
authorChuck Lever <chuck.lever@oracle.com>
Tue, 10 Jun 2025 16:05:07 +0000 (12:05 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Jul 2025 16:46:40 +0000 (12:46 -0400)
commit71bc2c6c413b78e5a47b4a62284f712d9f719007
treef1c1acb1f9c3c7f4bd85ab0eeff70443f44a7c51
parent9c65001c57164033ad08b654c8b5ae35512ddf4a
NFSD: Rename a function parameter

Clean up: A function parameter called "rqstp" typically refers to an
object of type "struct svc_rqst", so it's confusing when such an
parameter refers to a different struct type with field names that are
very similar to svc_rqst.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfsctl.c