scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd
authorChristoph Hellwig <hch@lst.de>
Fri, 9 Nov 2018 13:42:37 +0000 (14:42 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 10 Nov 2018 02:17:14 +0000 (19:17 -0700)
commit785ba83b4f3e4fde236f03205dd1cd98fd6a5255
treeb1353633094c781b108ee866c21bf5871322145e
parentc092d4ec53c9c7e690ad517b414078db4da6870b
scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd

This just moves the prep_to_mq calls up in preparation of further removal
of BLKPREP_* usage.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/scsi_lib.c