]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: core: fix missing .cleanup_rq for SCSI hosts without request batching
authorSteffen Maier <maier@linux.ibm.com>
Wed, 7 Aug 2019 14:49:47 +0000 (16:49 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 24 Sep 2019 01:34:21 +0000 (21:34 -0400)
commit82a9ac7130cf51c2640800fb0ef19d3a05cb8fff
treec3456eea2f9b329f16cc6650eabb783e6b5c653f
parent10fd71780f7d155f4e35fecfad0ebd4a725a244b
scsi: core: fix missing .cleanup_rq for SCSI hosts without request batching

This was missing from scsi_mq_ops_no_commit of linux-next commit
8930a6c20791 ("scsi: core: add support for request batching") from Martin's
scsi/5.4/scsi-queue or James' scsi/misc.

See also linux-next commit b7e9e1fb7a92 ("scsi: implement .cleanup_rq
callback") from block/for-next.

Signed-off-by: Steffen Maier <maier@linux.ibm.com>
Fixes: 8930a6c20791 ("scsi: core: add support for request batching")
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_lib.c