Commit 74249188 authored by Zhang Zekun's avatar Zhang Zekun Committed by Ilya Dryomov
Browse files

ceph: Remove empty definition in header file



The real definition of ceph_acl_chmod() has been removed since
commit 4db658ea ("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: default avatarZhang Zekun <zhangzekun11@huawei.com>
Reviewed-by: default avatarXiubo Li <xiubli@redhat.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 0039aebf
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1206,10 +1206,6 @@ static inline void ceph_init_inode_acls(struct inode *inode,
					struct ceph_acl_sec_ctx *as_ctx)
{
}
static inline int ceph_acl_chmod(struct dentry *dentry, struct inode *inode)
{
	return 0;
}

static inline void ceph_forget_all_cached_acls(struct inode *inode)
{