Searched hist:e8c82c11c93d586d03d80305959527bcac383555 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | inline.c | diff e8c82c11c93d586d03d80305959527bcac383555 Mon Sep 02 21:06:25 CDT 2019 Chao Yu <yuchao0@huawei.com> f2fs: fix error path of f2fs_convert_inline_page()
In error path of f2fs_convert_inline_page(), we missed to truncate newly reserved block in .i_addrs[0] once we failed in get_node_info(), fix it.
Fixes: 7735730d39d7 ("f2fs: fix to propagate error from __get_meta_page()") Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|