commit | 1e05ff36e6921ca61bdbf779f81a602863569ee3 | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Tue Sep 18 22:27:25 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 18 16:34:35 2018 +0200 |
tree | 63d9bc6917d268c83f8714f262686c0ee583bffe | |
parent | 0734ffbf574ee813b20899caef2fe0ed502bb783 [diff] |
staging: erofs: complete error handing of z_erofs_do_read_page This patch completes error handing code of z_erofs_do_read_page. PG_error will be set when some read error happens, therefore z_erofs_onlinepage_endio will unlock this page without setting PG_uptodate. Reviewed-by: Chao Yu <yucxhao0@huawei.com> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>