[PATCH] NFSv4: Client-side xdr for writing NFSv4 acls
[sfrench/cifs-2.6.git] / include / linux / nfs_xdr.h
index 9f5e1d407c7bb1f9f5e5e551fc3543cb684a57ad..46b206b460c02dc1b1756210ef1c268a5ca6865a 100644 (file)
@@ -326,6 +326,13 @@ struct nfs_setattrargs {
        const u32 *                     bitmask;
 };
 
+struct nfs_setaclargs {
+       struct nfs_fh *                 fh;
+       size_t                          acl_len;
+       unsigned int                    acl_pgbase;
+       struct page **                  acl_pages;
+};
+
 struct nfs_getaclargs {
        struct nfs_fh *                 fh;
        size_t                          acl_len;