Loading fs/f2fs/data.c +3 −1 Original line number Diff line number Diff line Loading @@ -555,8 +555,10 @@ int f2fs_merge_page_bio(struct f2fs_io_info *fio) } /* ICE support */ if (bio && !fscrypt_mergeable_bio(bio, dun, bio_encrypted, bi_crypt_skip)) bio_encrypted, bi_crypt_skip)) { __submit_bio(fio->sbi, bio, fio->type); bio = NULL; } alloc_new: if (!bio) { bio = __bio_alloc(fio->sbi, fio->new_blkaddr, fio->io_wbc, Loading Loading
fs/f2fs/data.c +3 −1 Original line number Diff line number Diff line Loading @@ -555,8 +555,10 @@ int f2fs_merge_page_bio(struct f2fs_io_info *fio) } /* ICE support */ if (bio && !fscrypt_mergeable_bio(bio, dun, bio_encrypted, bi_crypt_skip)) bio_encrypted, bi_crypt_skip)) { __submit_bio(fio->sbi, bio, fio->type); bio = NULL; } alloc_new: if (!bio) { bio = __bio_alloc(fio->sbi, fio->new_blkaddr, fio->io_wbc, Loading