Commit 655aedf
committed
client: Fix parsing of xattr namespace in removexattr
To match the kernel ceph client, as mentioned by the inline comments,
remove the comparison with "system." xattr namespace in removexattr()
code path. This is in preparation to handle the case where POSIX ACL
xattrs are treated differently by kernel during removexattr operation.
ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/ceph/xattr.c#n21
Signed-off-by: Anoop C S <[email protected]>1 parent adb1aee commit 655aedf
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14069 | 14069 | | |
14070 | 14070 | | |
14071 | 14071 | | |
14072 | | - | |
14073 | 14072 | | |
14074 | 14073 | | |
14075 | 14074 | | |
| |||
0 commit comments