Searched hist:"2 dd15654ac0abe587a245a09a7823bbbd588bfb7" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | diff 2dd15654ac0abe587a245a09a7823bbbd588bfb7 Tue Oct 11 09:57:00 CDT 2016 Chao Yu <yuchao0@huawei.com> f2fs: fix to release discard entries during checkpoint
In f2fs_fill_super, if there is any IO error occurs during recovery, cached discard entries will be leaked, in order to avoid this, make write_checkpoint() handle memory release by itself, besides, move clear_prefree_segments to write_checkpoint for readability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | super.c | diff 2dd15654ac0abe587a245a09a7823bbbd588bfb7 Tue Oct 11 09:57:00 CDT 2016 Chao Yu <yuchao0@huawei.com> f2fs: fix to release discard entries during checkpoint
In f2fs_fill_super, if there is any IO error occurs during recovery, cached discard entries will be leaked, in order to avoid this, make write_checkpoint() handle memory release by itself, besides, move clear_prefree_segments to write_checkpoint for readability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|