We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b6aba commit b7b911dCopy full SHA for b7b911d
fs/f2fs/data.c
@@ -691,6 +691,7 @@ int f2fs_submit_page_bio(struct f2fs_io_info *fio)
691
if (fio->io_wbc && !is_read_io(fio->op))
692
wbc_account_cgroup_owner(fio->io_wbc, page, PAGE_SIZE);
693
694
+ __attach_io_flag(fio);
695
bio_set_op_attrs(bio, fio->op, fio->op_flags);
696
697
inc_page_count(fio->sbi, is_read_io(fio->op) ?
@@ -877,6 +878,7 @@ int f2fs_merge_page_bio(struct f2fs_io_info *fio)
877
878
alloc_new:
879
if (!bio) {
880
bio = __bio_alloc(fio, BIO_MAX_PAGES);
881
882
883
884
add_bio_entry(fio->sbi, bio, page, fio->temp);
0 commit comments