commit | 1769f990fc182695bc215ce4369688064addcd1e | [log] [tgz] |
---|---|---|
author | Jing Huang <huangj@brocade.com> | Thu Jul 08 19:47:08 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue Jul 27 12:04:05 2010 -0500 |
tree | f09635abe9e660a6c30eb9b7f50707122e5cb270 | |
parent | d9883548a0b0afec4786e6c5cd8d03d43a30b779 [diff] |
[SCSI] bfa: vport state machine fix Vport state machine does not cleanup associated lport in some states: while waiting for fdisc response or fdisc failure state. The fixe is to cleanup lport on vport delete in all states. In fdisc state, discard fdisc response and delete lport and wait for lport deletecompletion. in error state, delete lport and wait for delete completion. Signed-off-by: Jing Huang <huangj@brocade.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>