]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: erofs: return the error value if fill_inline_data() fails
authorYue Hu <huyue2@yulong.com>
Thu, 27 Jun 2019 09:46:15 +0000 (17:46 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jul 2019 06:45:00 +0000 (08:45 +0200)
commit5545745930ea42a04edff1d260d8084a26feae34
tree55103e7bc679d795a72a48800ca0b203e5ca0329
parentfbd6b25009ac76b2034168cd21d5e01f8c2d83d1
staging: erofs: return the error value if fill_inline_data() fails

We should consider the error returned by fill_inline_data() when filling
last page in fill_inode(). If not getting inode will be successful even
though last page is bad. That is illogical. Also change -EAGAIN to 0 in
fill_inline_data() to stand for successful filling.

Signed-off-by: Yue Hu <huyue2@yulong.com>
Reviewed-by: Gao Xiang <gaoxiang25@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/inode.c