nfsd: support callbacks with gss flavors
[linux-2.6-block.git] / net / sunrpc / rpc_pipe.c
index 3105efbb182d463eed47a03f4771820bd889c3ed..19245324887011f358adab5baa5a28d38811549f 100644 (file)
@@ -407,6 +407,7 @@ enum {
        RPCAUTH_nfs,
        RPCAUTH_portmap,
        RPCAUTH_statd,
+       RPCAUTH_nfsd4_cb,
        RPCAUTH_RootEOF
 };
 
@@ -440,6 +441,10 @@ static struct rpc_filelist files[] = {
                .name = "statd",
                .mode = S_IFDIR | S_IRUGO | S_IXUGO,
        },
+       [RPCAUTH_nfsd4_cb] = {
+               .name = "nfsd4_cb",
+               .mode = S_IFDIR | S_IRUGO | S_IXUGO,
+       },
 };
 
 enum {