hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/nfsd/acl.h
....@@ -39,14 +39,6 @@
3939 struct svc_fh;
4040 struct svc_rqst;
4141
42
-/*
43
- * Maximum ACL we'll accept from a client; chosen (somewhat
44
- * arbitrarily) so that kmalloc'ing the ACL shouldn't require a
45
- * 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
-
5042 int nfs4_acl_bytes(int entries);
5143 int nfs4_acl_get_whotype(char *, u32);
5244 __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who);