Ming Lei 6a501bf080 blk-merge: compute bio->bi_seg_front_size efficiently
It is enough to check and compute bio->bi_seg_front_size just
after the 1st segment is found, but current code checks that
for each bvec, which is inefficient.

This patch follows the way in  __blk_recalc_rq_segments()
for computing bio->bi_seg_front_size, and it is more efficient
and code becomes more readable too.

Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-01-06 09:18:00 -07:00
..
2018-01-06 09:18:00 -07:00
2017-11-10 19:53:25 -07:00
2017-11-23 22:00:20 -07:00
2017-10-25 12:36:50 -06:00
2017-11-19 11:02:19 -07:00