commit | 866969668aebe9626c083b9ababc8f88454ce049 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Sun Sep 18 23:30:04 2016 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Sep 22 11:43:05 2016 -0700 |
tree | bdde4f317b0a3362cf6731245146dfca0e9e1cec | |
parent | ebfa732217fd1dba7118aa5d37455fbf2f94c6b7 [diff] |
f2fs: fix to return error number of read_all_xattrs correctly We treat all error in read_all_xattrs as a no memory error, which covers the real reason of failure in it. Fix it by return correct errno in order to reflect the real cause. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>