]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - block/blk.h
block: simplify blk_recalc_rq_segments
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Jun 2019 10:29:02 +0000 (12:29 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 20 Jun 2019 16:29:22 +0000 (10:29 -0600)
commite9cd19c0c198aa1c893e142b015fde6da862ed52
tree323cfe08f79300ebe2fa72105e4c7f4d6d1c17d5
parent14ccb66b3f585b2bc21e7256c96090abed5a512c
block: simplify blk_recalc_rq_segments

Return the segement and let the callers assign them, which makes the code
a littler more obvious.  Also pass the request instead of q plus bio
chain, allowing for the use of rq_for_each_bvec.

Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
block/blk-merge.c
block/blk.h