scsi: move blk_mq_start_request call earlier
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Sep 2014 13:59:31 +0000 (15:59 +0200)
committerJens Axboe <axboe@fb.com>
Mon, 22 Sep 2014 18:00:08 +0000 (12:00 -0600)
Some ATA drivers need the dma drain size workaround, and thus need to
call blk_mq_start_request before the S/G mapping.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found