]> asedeno.scripts.mit.edu Git - linux.git/commit
cxlflash: Remove unnecessary scsi_block_requests
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>
Wed, 21 Oct 2015 20:14:32 +0000 (15:14 -0500)
committerJames Bottomley <JBottomley@Odin.com>
Fri, 30 Oct 2015 08:16:52 +0000 (17:16 +0900)
commit6ef6f94060dc435742a4ff5feae2b2c4b2e57077
tree669045e8f48fc30a808d232baa5780f1813c969d
parented486daad27afdcb24cee4ea0b1c9f44281e74fc
cxlflash: Remove unnecessary scsi_block_requests

The host reset handler is called with I/O already blocked, thus
there is no need to explicitly block and unblock I/O in the handler.

Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
Reviewed-by: Brian King <brking@linux.vnet.ibm.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/cxlflash/main.c