commit | b168fff72109a3627686578e31e745f778832f98 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Jan 29 23:59:19 2014 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 31 14:44:39 2014 -0500 |
tree | c8ab8ef8d5e0e0c47bba1f348713cd6486e63ab5 | |
parent | e5fbf67dab3341133d4ee3b1c8ce780e087733ba [diff] |
hfsplus: use xattr handlers for removexattr hfsplus was already using the handlers for get and set operations, and with the removal of can_set_xattr we've now allow operations that wouldn't otherwise be allowed. With this we can also centralize the special-casing of the osx. attrs that don't have prefixes on disk in the osx xattr handlers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>