Skip to content

Commit 7424918

Browse files
Zhang Zekunidryomov
authored andcommitted
ceph: Remove empty definition in header file
The real definition of ceph_acl_chmod() has been removed since commit 4db658e ("ceph: Fix up after semantic merge conflict"), remain the empty definition untouched in the header files. Let's remove the empty definition. Signed-off-by: Zhang Zekun <zhangzekun11@huawei.com> Reviewed-by: Xiubo Li <xiubli@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
1 parent 0039aeb commit 7424918

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/ceph/super.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,10 +1206,6 @@ static inline void ceph_init_inode_acls(struct inode *inode,
12061206
struct ceph_acl_sec_ctx *as_ctx)
12071207
{
12081208
}
1209-
static inline int ceph_acl_chmod(struct dentry *dentry, struct inode *inode)
1210-
{
1211-
return 0;
1212-
}
12131209

12141210
static inline void ceph_forget_all_cached_acls(struct inode *inode)
12151211
{

0 commit comments

Comments
 (0)