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)
commit196cd2318144d4de74087e318f312c8ab6d77770
tree6c2374e3dab61d4f17d623486aab5cbb3392d5e9
parentc1399b62aaa71a3da498b5fa67adb25e59181ab0
yaffs  Fix xattr error codes

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>
direct/yaffsfs.h
yaffs_guts.c
yaffs_nameval.c