projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9ffc4f
)
ceph: Remove get/set acl on symlinks
author
Fabian Frederick
<fabf@skynet.be>
Fri, 21 Mar 2014 16:52:58 +0000
(09:52 -0700)
committer
Sage Weil
<sage@inktank.com>
Sat, 5 Apr 2014 04:07:14 +0000
(21:07 -0700)
Remove unsupported symlink operations.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
fs/ceph/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/inode.c
b/fs/ceph/inode.c
index 1a37ee77e001c9c23bb04e06b9276ba804607f4f..c9f25670e3127943c558542847a4d3f84c192816 100644
(file)
--- a/
fs/ceph/inode.c
+++ b/
fs/ceph/inode.c
@@
-1665,8
+1665,6
@@
static const struct inode_operations ceph_symlink_iops = {
.getxattr = ceph_getxattr,
.listxattr = ceph_listxattr,
.removexattr = ceph_removexattr,
- .get_acl = ceph_get_acl,
- .set_acl = ceph_set_acl,
};
/*