Commit b3537c35 authored by Jeff Layton's avatar Jeff Layton Committed by J. Bruce Fields

sunrpc: create nfsd dir in rpc_pipefs

Add a new top-level dir in rpc_pipefs to hold the pipe for the clientid
upcall.
Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 2a4317c5
...@@ -1014,6 +1014,7 @@ enum { ...@@ -1014,6 +1014,7 @@ enum {
RPCAUTH_statd, RPCAUTH_statd,
RPCAUTH_nfsd4_cb, RPCAUTH_nfsd4_cb,
RPCAUTH_cache, RPCAUTH_cache,
RPCAUTH_nfsd,
RPCAUTH_RootEOF RPCAUTH_RootEOF
}; };
...@@ -1046,6 +1047,10 @@ static const struct rpc_filelist files[] = { ...@@ -1046,6 +1047,10 @@ static const struct rpc_filelist files[] = {
.name = "cache", .name = "cache",
.mode = S_IFDIR | S_IRUGO | S_IXUGO, .mode = S_IFDIR | S_IRUGO | S_IXUGO,
}, },
[RPCAUTH_nfsd] = {
.name = "nfsd",
.mode = S_IFDIR | S_IRUGO | S_IXUGO,
},
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment