]> git.karo-electronics.de Git - mv-sheeva.git/commit
[SCSI] libfc: Handle discovery failure during ctlr link down
authorBhanu Prakash Gollapudi <bprakash@broadcom.com>
Sat, 11 Feb 2012 01:18:57 +0000 (17:18 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 19 Feb 2012 15:27:26 +0000 (09:27 -0600)
commit0083208473d3d9a87dcdffaf36a2dbe718dfe282
tree7b6255000c21add05e2d5ee5cbe0ff427b1cae89
parentd4042e9c84864a5666dc8ec14b3c1a5597b6a73f
[SCSI] libfc: Handle discovery failure during ctlr link down

While we wait for GPN_FT response, if the ctlr link goes down, the stack
generates a completion for GPN_FT with error FC_EXCH_CLOSED, and reports a
discovery error. Discovery is not retried in this case, and rightly so.
However, the 'pending' flag stays set, which does not allow subsequent
discovery to succeed as GPN_FT will never be issued. Fix it by clearing the
pending flag when the discovery fails due to GPN_FT failure.

Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/libfc/fc_disc.c