1
0
Fork 0
alistair23-linux/drivers/scsi/osd
Christoph Hellwig 4613c5f1df scsi/osd: open code blk_make_request
I wish the OSD code could simply use blk_rq_map_* helpers like
everyone else, but the complex nature of deciding if we have
DATA IN and/or DATA OUT buffers might make this impossible
(at least for a mere human like me).

But using blk_rq_append_bio at least allows sharing the setup code
between request with or without dat a buffers, and given that this
is the last user of blk_make_request it allows getting rid of that
somewhat awkward interface.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Boaz Harrosh <ooo@electrozaur.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2016-07-20 17:38:35 -06:00
..
Kbuild Boaz Harrosh - Fix broken email address 2014-10-19 20:22:32 +03:00
Kconfig Boaz Harrosh - Fix broken email address 2014-10-19 20:22:32 +03:00
osd_debug.h Boaz Harrosh - Fix broken email address 2014-10-19 20:22:32 +03:00
osd_initiator.c scsi/osd: open code blk_make_request 2016-07-20 17:38:35 -06:00
osd_uld.c scsi: remove scsi_driver owner field 2014-11-24 20:01:28 +01:00