summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs4.h
diff options
context:
space:
mode:
authorJ. Bruce Fields2005-06-22 19:16:22 +0200
committerTrond Myklebust2005-06-22 22:07:13 +0200
commit23ec6965c20db96bc8ea7af0ec178f074dd31c40 (patch)
tree0d94c6a7662afe088252050a0778cd52e096ba95 /include/linux/nfs4.h
parent[PATCH] NFSv4: ACL support for the NFSv4 client: read (diff)
downloadkernel-qcow2-linux-23ec6965c20db96bc8ea7af0ec178f074dd31c40.tar.gz
kernel-qcow2-linux-23ec6965c20db96bc8ea7af0ec178f074dd31c40.tar.xz
kernel-qcow2-linux-23ec6965c20db96bc8ea7af0ec178f074dd31c40.zip
[PATCH] NFSv4: Client-side xdr for writing NFSv4 acls
Client-side support for NFSv4 acls: xdr encoding and decoding routines for writing acls Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> 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 6ee7e2585af5..5bb5b2fd7ba2 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -383,6 +383,7 @@ enum {
NFSPROC4_CLNT_SERVER_CAPS,
NFSPROC4_CLNT_DELEGRETURN,
NFSPROC4_CLNT_GETACL,
+ NFSPROC4_CLNT_SETACL,
};
#endif