diff options
| author | Eric W. Biederman <[email protected]> | 2013-02-01 03:38:35 -0800 |
|---|---|---|
| committer | Eric W. Biederman <[email protected]> | 2013-02-13 06:15:35 -0800 |
| commit | 6c1810e040d87fcd8fc95aedfd2ef6979d71e517 (patch) | |
| tree | 550684203d2e379e6cb744396710935c1eac0c0a | |
| parent | 4277bbf750d95a4c86925fa8f8956568b4912d43 (diff) | |
nfsd: Remove declaration of nonexistent nfs4_acl_permisison
Cc: "J. Bruce Fields" <[email protected]>
Cc: Trond Myklebust <[email protected]>
Signed-off-by: "Eric W. Biederman" <[email protected]>
| -rw-r--r-- | fs/nfsd/acl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/acl.h b/fs/nfsd/acl.h index 34e5c40af5ef..8b186a4955cc 100644 --- a/fs/nfsd/acl.h +++ b/fs/nfsd/acl.h @@ -44,8 +44,6 @@ 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, - uid_t who, u32 mask); #define NFS4_ACL_TYPE_DEFAULT 0x01 #define NFS4_ACL_DIR 0x02 |