rpc_gssd_dummy_populate(): don't bother with rpc_populate()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 23 Mar 2025 00:26:21 +0000 (20:26 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 3 Jul 2025 02:44:55 +0000 (22:44 -0400)
commit065e88fa33fad17059541e3ad3f05e4097650773
tree61aff06a8ab8104c505cca718af506d9fa71bcbb
parenta117bf4caab2877c5ca050c005a1a7ca49a801f4
rpc_gssd_dummy_populate(): don't bother with rpc_populate()

Just have it create gssd (in root), clntXX in gssd, then info and gssd in clntXX
- all with explicit rpc_new_dir()/rpc_new_file()/rpc_mkpipe_dentry().

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