aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 6e9ee2848606..0f2dc8f4cc36 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -436,6 +436,10 @@ struct nfs_setaclargs {
436 struct nfs4_sequence_args seq_args; 436 struct nfs4_sequence_args seq_args;
437}; 437};
438 438
439struct nfs_setaclres {
440 struct nfs4_sequence_res seq_res;
441};
442
439struct nfs_getaclargs { 443struct nfs_getaclargs {
440 struct nfs_fh * fh; 444 struct nfs_fh * fh;
441 size_t acl_len; 445 size_t acl_len;