]> bbs.cooldavid.org Git - net-next-2.6.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)
commit46bf36ecec79bbe5373ef68f0ed36cbf62e03482
tree318bcc4d716bcf933a8ffbc87abc457b2084b40e
parent32e39e19ccb0f25c9c1b7ff246e17e795366bbbd
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