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)
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>

No differences found