commit | 8975bdf48220cca703ad4586528e04b76b40ea1c | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Sat May 14 19:03:53 2016 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon May 16 15:32:01 2016 -0700 |
tree | 64ef3ff33c927c0c8365e03f15847f9fe4101b65 | |
parent | e4103849ba784368e802eec4f15832ac54eb7d39 [diff] |
f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents Fix two bugs in error path of f2fs_move_rehashed_dirents: - release dir's inode page if fail to call kmalloc - recover i_current_depth if fail to converting Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>