]> git.ipfire.org Git - thirdparty/linux.git/commit
NFSD: drop fname and flen args from nfsd_create_locked()
authorNeilBrown <neilb@suse.de>
Tue, 6 Sep 2022 00:42:19 +0000 (10:42 +1000)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 26 Sep 2022 18:02:30 +0000 (14:02 -0400)
commit9558f9304ca1903090fa5d995a3269a8e82804b4
tree5e4a470a8432de8049aa9421357e0b338d795adc
parentfa6be9cc6e80ec79892ddf08a8c10cabab9baf38
NFSD: drop fname and flen args from nfsd_create_locked()

nfsd_create_locked() does not use the "fname" and "flen" arguments, so
drop them from declaration and all callers.

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/nfsproc.c
fs/nfsd/vfs.c
fs/nfsd/vfs.h