commit | 2796e4cec525a2b1cace3b29b2f02735dafea007 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Dec 20 05:16:56 2013 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 26 08:26:41 2014 -0500 |
tree | 6cc2b0054c4f002798afda4bf48a126bf495a68e | |
parent | 4ac7249ea5a0ceef9f8269f63f33cc873c3fac61 [diff] |
hfsplus: remove can_set_xattr When using the per-superblock xattr handlers permission checking is done by the generic code. hfsplus just needs to check for the magic osx attribute not to leak into protected namespaces. Also given that the code was obviously copied from JFS the proper attribution was missing. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>