aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/acl.c
diff options
context:
space:
mode:
authorGuangliang Zhao <lucienchao@gmail.com>2014-02-16 08:35:52 -0800
committerSage Weil <sage@inktank.com>2014-02-17 12:37:12 -0800
commitc969d9bf91e1868d823351993216cd64dfab6a4c (patch)
tree5b32d972ae9597b164f6314387fcb69c4e5a0768 /fs/ceph/acl.c
parentceph: add missing init_acl() for mkdir() and atomic_open() (diff)
downloadlinux-dev-c969d9bf91e1868d823351993216cd64dfab6a4c.tar.xz
linux-dev-c969d9bf91e1868d823351993216cd64dfab6a4c.zip
ceph: make ceph_forget_all_cached_acls() static inline
Signed-off-by: Guangliang Zhao <lucienchao@gmail.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'fs/ceph/acl.c')
-rw-r--r--fs/ceph/acl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ceph/acl.c b/fs/ceph/acl.c
index accc9f28bc10..21887d63dad5 100644
--- a/fs/ceph/acl.c
+++ b/fs/ceph/acl.c
@@ -54,11 +54,6 @@ static inline struct posix_acl *ceph_get_cached_acl(struct inode *inode,
return acl;
}
-void ceph_forget_all_cached_acls(struct inode *inode)
-{
- forget_all_cached_acls(inode);
-}
-
struct posix_acl *ceph_get_acl(struct inode *inode, int type)
{
int size;