yaffs Fix xattr error codes
authorCharles Manning <cdhmanning@gmail.com>
Thu, 1 Jul 2010 01:41:16 +0000 (13:41 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Thu, 1 Jul 2010 01:41:16 +0000 (13:41 +1200)
There were some incorrect error codes.
Now returns
ENODATA if an object does not have the requested xattr.
ERANGE if the buffer is too small to accept the requested xattr.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found