dm mpath: disable blk_abort_queue
commit940da4c89846182301e4cef616f62e921a979369
authorMike Snitzer <snitzer@redhat.com>
Thu, 13 Jan 2011 19:59:46 +0000 (13 19:59 +0000)
committerAK <andi@firstfloor.org>
Thu, 31 Mar 2011 18:57:55 +0000 (31 11:57 -0700)
tree0861ae4c5dcec02c15168fc6d2054238ee1c6127
parent909e776f2916d9197efd789d52c9f34c41415453
dm mpath: disable blk_abort_queue

commit 09c9d4c9b6a2b5909ae3c6265e4cd3820b636863 upstream.

Revert commit 224cb3e981f1b2f9f93dbd49eaef505d17d894c2
  dm: Call blk_abort_queue on failed paths

Multipath began to use blk_abort_queue() to allow for
lower latency path deactivation.  This was found to
cause list corruption:

   the cmd gets blk_abort_queued/timedout run on it and the scsi eh
   somehow is able to complete and run scsi_queue_insert while
   scsi_request_fn is still trying to process the request.

   https://www.redhat.com/archives/dm-devel/2010-November/msg00085.html

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Mike Anderson <andmike@linux.vnet.ibm.com>
Cc: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/md/dm-mpath.c