commit | b5fa0e9ec997031083a76972d2ee0e8db671420a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 09 14:48:54 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 09 08:39:21 2018 -0700 |
tree | c402f4b5e212fbc11fd75fe72757fb51972fecb2 | |
parent | 72d7ce8eb2bca8f77eebdd3271e59f6a5998dc4a [diff] |
mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io We have all arguments at hand in mtip_hw_submit_io, so keep the rq to sg mapping close to the dma_map_sg call. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>