commit | 0adc2ab0e8a88a0e8b98dae5fc1443ae8c7062ba | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Apr 12 15:01:58 2022 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Apr 20 11:16:43 2022 -0700 |
tree | bd004e2fddd247b638c2e8137f64af06f76783c6 | |
parent | 930e2607638de8325686319b2789323cc85ea671 [diff] |
f2fs: keep io_flags to avoid IO split due to different op_flags in two fio holders Let's attach io_flags to bio only, so that we can merge IOs given original io_flags only. Fixes: 64bf0eef0171 ("f2fs: pass the bio operation to bio_alloc_bioset") Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>