summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNeilBrown <neil@brown.name>2026-07-17 19:28:05 +1000
committerChuck Lever <cel@kernel.org>2026-08-26 16:40:43 -0400
commitfe3bc80c58ed02c1e5f742dfba5dc7c46b500b62 (patch)
treeee85418623f29c804ba128db25f63d6975524475 /scripts
parent7a92717609ac215ee26a2a3d58a05eb1775908a1 (diff)
downloadlinux-next-fe3bc80c58ed02c1e5f742dfba5dc7c46b500b62.tar.gz
linux-next-fe3bc80c58ed02c1e5f742dfba5dc7c46b500b62.zip
nfsd: separate out VFS-specific code from nfsd4_create_file()
All the code in nfsd4_create_file() that is VFS manipulation, with now NFS-specific knowledge, has been localised. Now we split that out into a separate function: do_lookup_open(). It is planned to provide a vfs_lookup_open() in vfs code which provides this functionality. This will share more code with the syscall open path, and make it easier to modify locking at the VFS level. Signed-off-by: NeilBrown <neil@brown.name> Reviewed-by: Jeff Layton <jlayton@kernel.org> Link: https://patch.msgid.link/20260717093001.1972119-18-neilb@ownmail.net Signed-off-by: Chuck Lever <cel@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions