[SCSI] lpfc: block target when port queueing limit is hit
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 25 Feb 2011 20:04:28 +0000 (14:04 -0600)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 28 Feb 2011 17:21:53 +0000 (11:21 -0600)
commit3496343df5062d36354a106f19c9688a6ecf9734
tree7c7c10526f9181211640b05e074fa45884d44eb3
parentf55ca84d92d0c249ce4f4b8d493657a59c359c5d
[SCSI] lpfc: block target when port queueing limit is hit

Instead of blocking the entire host when the port's
queueing limit is hit, we should only block the port's
target. This will allow IO to other ports to execute.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Acked-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/lpfc/lpfc_scsi.c