f2fs: keep io_flags to avoid IO split due to different op_flags in two fio holders
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 12 Apr 2022 22:01:58 +0000 (15:01 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 20 Apr 2022 18:16:43 +0000 (11:16 -0700)
commit0adc2ab0e8a88a0e8b98dae5fc1443ae8c7062ba
treebd004e2fddd247b638c2e8137f64af06f76783c6
parent930e2607638de8325686319b2789323cc85ea671
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>
fs/f2fs/data.c