rpc_create_client_dir(): return 0 or -E...
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 23 Mar 2025 04:51:10 +0000 (00:51 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 3 Jul 2025 02:44:55 +0000 (22:44 -0400)
commit350db61fbeb940502a16e74153ee5954d03622e9
tree29b433826833b85af108c03bd822574360e3eb6d
parent3ee735ef5a034616c3a60401ee31182eefcc3e4a
rpc_create_client_dir(): return 0 or -E...

Callers couldn't care less which dentry did we get - anything
valid is treated as success.

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