diff options
author | Andreas Gruenbacher <[email protected]> | 2019-12-09 20:11:14 +0100 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2019-12-09 22:04:35 -0700 |
commit | cc90bc68422318eb8e75b15cd74bc8d538a7df29 (patch) | |
tree | 4d0f4bb1643821a729440b51421ebfb82144916d /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | dc3ecfc9819a96b2a6700b01443347b01e07a13b (diff) |
block: fix "check bi_size overflow before merge"
This partially reverts commit e3a5d8e386c3fb973fa75f2403622a8f3640ec06.
Commit e3a5d8e386c3 ("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: e3a5d8e386c3 ("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]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions