aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
diff options
context:
space:
mode:
authorLi Zhong <[email protected]>2012-09-29 04:23:37 +0000
committerJames Bottomley <[email protected]>2012-10-09 11:04:42 +0000
commit329a402cb052b233bc92aa34c4caf2f7dfb2d76e (patch)
treec58a423318703fc41a61641aef2720d48640f25d /drivers/scsi/scsi_debug.c
parent[SCSI] virtio-scsi: support online resizing of disks (diff)
downloadkernel-329a402cb052b233bc92aa34c4caf2f7dfb2d76e.tar.gz
kernel-329a402cb052b233bc92aa34c4caf2f7dfb2d76e.zip
[SCSI] Shorten the path length of scsi_cmd_to_driver()
This patch tries to shorten the path length of scsi_cmd_to_driver(). As only REQ_TYPE_BLOCK_PC commands can be submitted without a driver, so we could avoid the related NULL checking, as long as we make sure we don't use it for REQ_TYPE_BLOCK_PC type commands. Plus, this fixes a bug where you get different behaviors from REQ_TYPE_BLOCK_PC commands when a driver is and isn't attached. Signed-off-by: Li Zhong <[email protected]> Reviewed-by: Martin K. Petersen <[email protected]> Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'drivers/scsi/scsi_debug.c')
0 files changed, 0 insertions, 0 deletions