Loading fs/ceph/acl.c +0 −5 Original line number Diff line number Diff line Loading @@ -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; Loading fs/ceph/super.h +6 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ #include <linux/wait.h> #include <linux/writeback.h> #include <linux/slab.h> #include <linux/posix_acl.h> #include <linux/ceph/libceph.h> Loading Loading @@ -743,7 +744,11 @@ extern const struct xattr_handler *ceph_xattr_handlers[]; struct posix_acl *ceph_get_acl(struct inode *, int); int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type); int ceph_init_acl(struct dentry *, struct inode *, struct inode *); void ceph_forget_all_cached_acls(struct inode *inode); static inline void ceph_forget_all_cached_acls(struct inode *inode) { forget_all_cached_acls(inode); } #else Loading Loading
fs/ceph/acl.c +0 −5 Original line number Diff line number Diff line Loading @@ -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; Loading
fs/ceph/super.h +6 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ #include <linux/wait.h> #include <linux/writeback.h> #include <linux/slab.h> #include <linux/posix_acl.h> #include <linux/ceph/libceph.h> Loading Loading @@ -743,7 +744,11 @@ extern const struct xattr_handler *ceph_xattr_handlers[]; struct posix_acl *ceph_get_acl(struct inode *, int); int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type); int ceph_init_acl(struct dentry *, struct inode *, struct inode *); void ceph_forget_all_cached_acls(struct inode *inode); static inline void ceph_forget_all_cached_acls(struct inode *inode) { forget_all_cached_acls(inode); } #else Loading