aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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;