]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rpc_mkpipe_dentry(): switch to simple_start_creating()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 23 Mar 2025 00:23:12 +0000 (20:23 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 3 Jul 2025 02:44:55 +0000 (22:44 -0400)
commita117bf4caab2877c5ca050c005a1a7ca49a801f4
tree444f5e3e5a58c69a381acc7ae76b5f2783b79d7e
parent5c1da75895c037822546c24a10fa45d4bef6fb79
rpc_mkpipe_dentry(): switch to simple_start_creating()

... and make sure we set the fs-private part of inode up before
attaching it to dentry.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
net/sunrpc/rpc_pipe.c