nfs41: use nfs4_getaclres
[linux-2.6-block.git] / include / linux / nfs_xdr.h
index 56523319e14c6eec8463ad4c30cfcff296a79c24..6e9ee2848606e4c69f053d85b954b1a6f044f30b 100644 (file)
@@ -444,6 +444,11 @@ struct nfs_getaclargs {
        struct nfs4_sequence_args       seq_args;
 };
 
+struct nfs_getaclres {
+       size_t                          acl_len;
+       struct nfs4_sequence_res        seq_res;
+};
+
 struct nfs_setattrres {
        struct nfs_fattr *              fattr;
        const struct nfs_server *       server;