Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f75ce57 authored by Fabian Frederick's avatar Fabian Frederick Committed by Sage Weil
Browse files

ceph: Remove get/set acl on symlinks



Remove unsupported symlink operations.

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarIlya Dryomov <ilya.dryomov@inktank.com>
parent d9ffc4f7
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1665,8 +1665,6 @@ static const struct inode_operations ceph_symlink_iops = {
	.getxattr = ceph_getxattr,
	.getxattr = ceph_getxattr,
	.listxattr = ceph_listxattr,
	.listxattr = ceph_listxattr,
	.removexattr = ceph_removexattr,
	.removexattr = ceph_removexattr,
	.get_acl = ceph_get_acl,
	.set_acl = ceph_set_acl,
};
};


/*
/*