commit | 8a96a0e408102fb7aa73d8aa0b5e2219cfd51e55 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Apr 11 08:23:27 2019 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Apr 12 09:06:36 2019 -0600 |
tree | a62d8c0f583ee464e40b5a41fae7cd4b891b7f31 | |
parent | 22391ac30ab9cc2ba610bf7ea2244840b83c8017 [diff] |
block: rewrite blk_bvec_map_sg to avoid a nth_page call The offset in scatterlists is allowed to be larger than the page size, so don't go to great length to avoid that case and simplify the arithmetics. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>