]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fnic: reject device resets without assigned tags for the blk-mq case
authorChristoph Hellwig <hch@lst.de>
Thu, 12 Jun 2014 12:53:23 +0000 (14:53 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 25 Jul 2014 21:16:34 +0000 (17:16 -0400)
commit4d63716898b5390900a802d889b279ade85f3dac
tree40a7056c45c3db4f50c8f61825c16f12ebc4bcfe
parentd285203cf647d7c97db3a1c33794315c9008593f
fnic: reject device resets without assigned tags for the blk-mq case

Current the midlayer fakes up a struct request for the explicit reset
ioctls, and those don't have a tag allocated to them.  The fnic driver pokes
into midlayer structures to paper over this design issue, but that won't
work for the blk-mq case.

Either someone who can actually test the hardware will have to come up with
a similar hack for the blk-mq case, or we'll have to bite the bullet and fix
the way the EH ioctls work for real, but until that happens we fail these
explicit requests here.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Webb Scales <webbnh@hp.com>
Acked-by: Jens Axboe <axboe@kernel.dk>
Tested-by: Bart Van Assche <bvanassche@acm.org>
Tested-by: Robert Elliott <elliott@hp.com>
Cc: Hiral Patel <hiralpat@cisco.com>
Cc: Suma Ramars <sramars@cisco.com>
Cc: Brian Uchino <buchino@cisco.com>
drivers/scsi/fnic/fnic_scsi.c