block: fix updating bio's front segment size
authorMing Lei <ming.lei@redhat.com>
Sat, 2 Mar 2019 08:43:44 +0000 (16:43 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 2 Mar 2019 19:45:37 +0000 (12:45 -0700)
commitaaeee62c841cc1e48231e1d60c304d2da9c4e41c
tree79d3ec0b8a6fe6b928beeeb25af27f57bbe6bcb8
parentdfc76d11dd455a63d50e63bf0a7edc690b3a37d0
block: fix updating bio's front segment size

When the current bvec can be merged to the 1st segment, the bio's front
segment size has to be updated.

However, dcebd755926b doesn't consider that case, then bio's front
segment size may not be correct.

This patch fixes this issue.

Cc: Christoph Hellwig <hch@lst.de>
Cc: Omar Sandoval <osandov@fb.com>
Fixes: dcebd755926b ("block: use bio_for_each_bvec() to compute multi-page bvec count")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-merge.c