Christoph Hellwig
b168fff721
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 >
2014-01-31 14:44:39 -05:00
Christoph Hellwig
b0a7ab5706
hfsplus: use generic posix ACL infrastructure
...
Signed-off-by: Christoph Hellwig <hch@lst.de >
Reviewed-by: Vyacheslav Dubeyko <slava@dubeyko.com >
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2014-01-25 23:58:20 -05:00
Vyacheslav Dubeyko
b4c1107cc9
hfsplus: integrate POSIX ACLs support into driver
...
Integrate implemented POSIX ACLs support into hfsplus driver.
Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com >
Cc: Al Viro <viro@zeniv.linux.org.uk >
Cc: Christoph Hellwig <hch@infradead.org >
Cc: Hin-Tak Leung <htl10@users.sourceforge.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2013-09-11 15:59:01 -07:00
Vyacheslav Dubeyko
127e5f5ae5
hfsplus: rework functionality of getting, setting and deleting of extended attributes
...
Rework functionality of getting, setting and deleting of extended attributes.
Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com >
Reported-by: Hin-Tak Leung <htl10@users.sourceforge.net >
Cc: Al Viro <viro@zeniv.linux.org.uk >
Cc: Christoph Hellwig <hch@lst.de >
Cc: Jan Kara <jack@suse.cz >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2013-02-27 19:10:10 -08:00