commit | 1e771e83ce26d0ba2ce6c7df7effb7822f032c4a | [log] [tgz] |
---|---|---|
author | Yunlong Song <yunlong.song@huawei.com> | Tue Nov 13 11:57:32 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Nov 26 15:53:57 2018 -0800 |
tree | 01d54996c574c0ca9bed8ee251f8c9788795ab9b | |
parent | f9d6d0597698c0d27ac54c7dca459a7a1b931315 [diff] |
f2fs: only flush the single temp bio cache which owns the target page Previously, when f2fs finds which temp bio cache owns the target page, it will flush all the three temp bio caches, but we only need to flush one single bio cache indeed, which can help to keep bio merged. Signed-off-by: Yunlong Song <yunlong.song@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>