]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi: restructure command initialization for TYPE_FS requests
authorChristoph Hellwig <hch@lst.de>
Sat, 28 Jun 2014 09:58:42 +0000 (11:58 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jul 2014 20:11:27 +0000 (22:11 +0200)
commit3868cf8ea70a57fc3f927872d8296f287ce4b96a
treec663a5fa31a457fe4b6597082ae8efbeb381045d
parent635d98b1d0cfc2ba3426a701725d31a6102c059a
scsi: restructure command initialization for TYPE_FS requests

We should call the device handler prep_fn for all TYPE_FS requests,
not just simple read/write calls that are handled by the disk driver.

Restructure the common I/O code to call the prep_fn handler and zero
out the CDB, and just leave the call to scsi_init_io to the ULDs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
drivers/scsi/scsi_lib.c
drivers/scsi/sd.c
drivers/scsi/sr.c
include/scsi/scsi_driver.h