kernel/fs/nfsd/acl.h
.. .. @@ -39,14 +39,6 @@ 39 39 struct svc_fh; 40 40 struct svc_rqst; 41 41 42 -/*43 - * Maximum ACL we'll accept from a client; chosen (somewhat44 - * arbitrarily) so that kmalloc'ing the ACL shouldn't require a45 - * high-order allocation. This allows 204 ACEs on x86_64:46 - */47 -#define NFS4_ACL_MAX ((PAGE_SIZE - sizeof(struct nfs4_acl)) \48 - / sizeof(struct nfs4_ace))49 -50 42 int nfs4_acl_bytes(int entries); 51 43 int nfs4_acl_get_whotype(char *, u32); 52 44 __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who);