diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-10-18 18:02:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-18 18:02:30 -0700 |
| commit | abbb0399dd6746829c6dd9934a2cbb9e1d091b0b (patch) | |
| tree | 10105fa431859067cfb6a7fa00984ba0ee5ba6d1 /include/linux | |
| parent | 8704c669a5587e4b06807a6394e453582eb0633e (diff) | |
[PATCH] remove posix_acl_masq_nfs_mode
Completely unused but exported function in fs/posix_acl.c
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/posix_acl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/posix_acl.h b/include/linux/posix_acl.h index aff9a6adb39e..fc74ef3fef36 100644 --- a/include/linux/posix_acl.h +++ b/include/linux/posix_acl.h @@ -79,7 +79,6 @@ extern struct posix_acl *posix_acl_from_mode(mode_t, int); extern int posix_acl_equiv_mode(const struct posix_acl *, mode_t *); extern int posix_acl_create_masq(struct posix_acl *, mode_t *); extern int posix_acl_chmod_masq(struct posix_acl *, mode_t); -extern int posix_acl_masq_nfs_mode(struct posix_acl *, mode_t *); extern struct posix_acl *get_posix_acl(struct inode *, int); extern int set_posix_acl(struct inode *, int, struct posix_acl *); |
