From b6eeecc332c5ffc0c5d9ed5fffc7c71a71334fa3 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Wed, 21 Mar 2012 09:52:04 -0400 Subject: [PATCH] --- yaml --- r: 297465 b: refs/heads/master c: b3537c35c21f0e6750aa8bd786949b55509c6d0d h: refs/heads/master i: 297463: 30d12f38edfe2b1ea58ee2c87e7afe1cb7ef346d v: v3 --- [refs] | 2 +- trunk/net/sunrpc/rpc_pipe.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 75c2d974c317..0a8c058d48cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2a4317c55438d8589a015d42912454ede12031f0 +refs/heads/master: b3537c35c21f0e6750aa8bd786949b55509c6d0d diff --git a/trunk/net/sunrpc/rpc_pipe.c b/trunk/net/sunrpc/rpc_pipe.c index 8584ec068e97..e651e1b68514 100644 --- a/trunk/net/sunrpc/rpc_pipe.c +++ b/trunk/net/sunrpc/rpc_pipe.c @@ -1014,6 +1014,7 @@ enum { RPCAUTH_statd, RPCAUTH_nfsd4_cb, RPCAUTH_cache, + RPCAUTH_nfsd, RPCAUTH_RootEOF }; @@ -1046,6 +1047,10 @@ static const struct rpc_filelist files[] = { .name = "cache", .mode = S_IFDIR | S_IRUGO | S_IXUGO, }, + [RPCAUTH_nfsd] = { + .name = "nfsd", + .mode = S_IFDIR | S_IRUGO | S_IXUGO, + }, }; /*