Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: fix "check bi_size overflow before merge"
This partially reverts commit e3a5d8e. Commit e3a5d8e ("check bi_size overflow before merge") adds a bio_full check to __bio_try_merge_page. This will cause __bio_try_merge_page to fail when the last bi_io_vec has been reached. Instead, what we want here is only the bi_size overflow check. Fixes: e3a5d8e ("block: check bi_size overflow before merge") Cc: [email protected] # v5.4+ Reviewed-by: Ming Lei <[email protected]> Signed-off-by: Andreas Gruenbacher <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information