commit | 43ebf16d762b082663976b679b813e1b546548d1 | [log] [tgz] |
---|---|---|
author | Arun Easi <arun.easi@qlogic.com> | Tue May 10 11:18:16 2011 -0700 |
committer | James Bottomley <jbottomley@parallels.com> | Tue May 17 11:29:10 2011 +0400 |
tree | 322a7baa171c3c15782d13705ed0347a18553c62 | |
parent | fa96d927362a422405d65491326f8ef763572e84 [diff] |
[SCSI] qla2xxx: Fix hang during driver unload when vport is active. Bumping ref count during fc_vport_terminate() was the cause. vport delete would wait for ref count to drop to zero and that would never happen. Cc: stable@kernel.org Signed-off-by: Arun Easi <arun.easi@qlogic.com> Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com> Signed-off-by: James Bottomley <jbottomley@parallels.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>