summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs4.h
diff options
context:
space:
mode:
authorBryan Schumaker2011-03-24 18:12:29 +0100
committerTrond Myklebust2011-03-24 18:52:41 +0100
commit5a5ea0d485c9715c86bf858bbdc5f6d373b3db88 (patch)
tree0aef824c36b7eb6eac6ea706c4c9a33930128ee3 /include/linux/nfs4.h
parentNFS: lookup supports alternate client (diff)
downloadkernel-qcow2-linux-5a5ea0d485c9715c86bf858bbdc5f6d373b3db88.tar.gz
kernel-qcow2-linux-5a5ea0d485c9715c86bf858bbdc5f6d373b3db88.tar.xz
kernel-qcow2-linux-5a5ea0d485c9715c86bf858bbdc5f6d373b3db88.zip
NFS: Add secinfo procedure
This patch adds the nfs4 operation secinfo as a valid nfs rpc operation. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs4.h')
-rw-r--r--include/linux/nfs4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h
index 134716e5e350..7e7f6b7e46b1 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -550,6 +550,7 @@ enum {
NFSPROC4_CLNT_SETACL,
NFSPROC4_CLNT_FS_LOCATIONS,
NFSPROC4_CLNT_RELEASE_LOCKOWNER,
+ NFSPROC4_CLNT_SECINFO,
/* nfs41 */
NFSPROC4_CLNT_EXCHANGE_ID,