Loading fs/f2fs/data.c +2 −1 Original line number Diff line number Diff line Loading @@ -398,6 +398,7 @@ int f2fs_submit_page_mbio(struct f2fs_io_info *fio) if ((fio->type == DATA || fio->type == NODE) && fio->new_blkaddr & F2FS_IO_SIZE_MASK(sbi)) { err = -EAGAIN; if (!is_read) dec_page_count(sbi, WB_DATA_TYPE(bio_page)); goto out_fail; } Loading Loading
fs/f2fs/data.c +2 −1 Original line number Diff line number Diff line Loading @@ -398,6 +398,7 @@ int f2fs_submit_page_mbio(struct f2fs_io_info *fio) if ((fio->type == DATA || fio->type == NODE) && fio->new_blkaddr & F2FS_IO_SIZE_MASK(sbi)) { err = -EAGAIN; if (!is_read) dec_page_count(sbi, WB_DATA_TYPE(bio_page)); goto out_fail; } Loading