]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfs4_acl.h
tracing/fastboot: fix issues and improve output of bootgraph.pl
[linux-2.6-omap-h63xx.git] / include / linux / nfs4_acl.h
index 22aff4d01f20e0e59e02c6ee4f4a7c16c7fd76af..c9c05a78e9bb32438f866b9d99564cf87ff02287 100644 (file)
 
 #include <linux/posix_acl.h>
 
-struct nfs4_acl *nfs4_acl_new(void);
-void nfs4_acl_free(struct nfs4_acl *);
-int nfs4_acl_add_ace(struct nfs4_acl *, u32, u32, u32, int, uid_t);
+/* Maximum ACL we'll accept from client; chosen (somewhat arbitrarily) to
+ * fit in a page: */
+#define NFS4_ACL_MAX 170
+
+struct nfs4_acl *nfs4_acl_new(int);
 int nfs4_acl_get_whotype(char *, u32);
 int nfs4_acl_write_who(int who, char *p);
 int nfs4_acl_permission(struct nfs4_acl *acl, uid_t owner, gid_t group,