diff options
Diffstat (limited to 'fs/nfsd/acl.h')
-rw-r--r-- | fs/nfsd/acl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/acl.h b/fs/nfsd/acl.h index a986ceb6fd0d..4cd7c69a6cb9 100644 --- a/fs/nfsd/acl.h +++ b/fs/nfsd/acl.h | |||
@@ -47,7 +47,7 @@ struct svc_rqst; | |||
47 | #define NFS4_ACL_MAX ((PAGE_SIZE - sizeof(struct nfs4_acl)) \ | 47 | #define NFS4_ACL_MAX ((PAGE_SIZE - sizeof(struct nfs4_acl)) \ |
48 | / sizeof(struct nfs4_ace)) | 48 | / sizeof(struct nfs4_ace)) |
49 | 49 | ||
50 | struct nfs4_acl *nfs4_acl_new(int); | 50 | int nfs4_acl_bytes(int entries); |
51 | int nfs4_acl_get_whotype(char *, u32); | 51 | int nfs4_acl_get_whotype(char *, u32); |
52 | __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who); | 52 | __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who); |
53 | 53 | ||