commit | ecb0a83e3198f2c1142901687afacbc73602a13b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 18 22:55:03 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Oct 18 15:13:12 2018 -0600 |
tree | 2d1e20cff768512492dd4e37dfc6aad2098eaca4 | |
parent | 6956b956934f10c19eca2a1d44f50a3bee860531 [diff] |
ubd: remove use of blk_rq_map_sg There is no good reason to create a scatterlist in the ubd driver, it can just iterate the request directly. Signed-off-by: Christoph Hellwig <hch@lst.de> [rw: Folded in improvements as discussed with hch and jens] Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Jens Axboe <axboe@kernel.dk>