diff options
author | Ming Lei <[email protected]> | 2019-04-08 19:02:38 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2019-04-08 08:19:41 -0600 |
commit | 1200e07f3ad4b9d976cf2fff3a0c3d9a1faecb3e (patch) | |
tree | c46db66fbb2979d69b7fe6ad6f9065ff9312e0a5 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 15ade5d2e7775667cf191cf2f94327a4889f8b9d (diff) |
block: don't use for-inside-for in bio_for_each_segment_all
Commit 6dc4f100c175 ("block: allow bio_for_each_segment_all() to
iterate over multi-page bvec") changes bio_for_each_segment_all()
to use for-inside-for.
This way breaks all bio_for_each_segment_all() call with error out
branch via 'break', since now 'break' can only break from the inner
loop.
Fixes this issue by implementing bio_for_each_segment_all() via
single 'for' loop, and now the logic is very similar with normal
bvec iterator.
Cc: Qu Wenruo <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Omar Sandoval <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Reported-and-Tested-by: Qu Wenruo <[email protected]>
Fixes: 6dc4f100c175 ("block: allow bio_for_each_segment_all() to iterate over multi-page bvec")
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Ming Lei <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions