commit | 46bf36ecec79bbe5373ef68f0ed36cbf62e03482 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@tuxera.com> | Fri Oct 15 05:45:00 2010 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Fri Oct 15 05:45:00 2010 -0700 |
tree | 318bcc4d716bcf933a8ffbc87abc457b2084b40e | |
parent | 32e39e19ccb0f25c9c1b7ff246e17e795366bbbd [diff] |
hfsplus: fix getxattr return value We need to support -EOPNOTSUPP for attributes that are not supported to match other filesystems and allow userspace to detect if Posix ACLs are supported or not. setxattr already gets this right. Signed-off-by: Christoph Hellwig <hch@tuxera.com>