]> git.baikalelectronics.ru Git - kernel.git/commit
hfsplus: fix getxattr return value
authorChristoph Hellwig <hch@tuxera.com>
Fri, 15 Oct 2010 12:45:00 +0000 (05:45 -0700)
committerChristoph Hellwig <hch@lst.de>
Fri, 15 Oct 2010 12:45:00 +0000 (05:45 -0700)
commit9cf229b34616dd7bfb928d5fcfcaf4efcd1e36b3
tree318bcc4d716bcf933a8ffbc87abc457b2084b40e
parent5a9824e5ef62aeec4082827674900b80bde69242
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>
fs/hfsplus/ioctl.c