aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorBenny Halevy <bhalevy@panasas.com>2009-04-01 09:21:59 -0400
committerBenny Halevy <bhalevy@panasas.com>2009-06-17 13:46:25 -0400
commit663c79b3cd8f5fe21fe7d7565fec0072e3234ddc (patch)
tree343fa6b9ae1616d06154cbee88a2278c70e3ded6 /include/linux/nfs_xdr.h
parentd45b2989a7956ae9e71d584ceac942278c0371c7 (diff)
nfs41: use nfs4_getaclres
In preparation for nfs41 sequence processing. Signed-off-by: Andy Admason <andros@netapp.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com> [nfs41: embed resp_len in nfs_getaclres] Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 56523319e14c..6e9ee2848606 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -444,6 +444,11 @@ struct nfs_getaclargs {
444 struct nfs4_sequence_args seq_args; 444 struct nfs4_sequence_args seq_args;
445}; 445};
446 446
447struct nfs_getaclres {
448 size_t acl_len;
449 struct nfs4_sequence_res seq_res;
450};
451
447struct nfs_setattrres { 452struct nfs_setattrres {
448 struct nfs_fattr * fattr; 453 struct nfs_fattr * fattr;
449 const struct nfs_server * server; 454 const struct nfs_server * server;