From: Arun Easi Date: Tue, 10 May 2011 18:18:16 +0000 (-0700) Subject: [SCSI] qla2xxx: Fix hang during driver unload when vport is active. X-Git-Tag: v3.0-rc1~383^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ebf16d762b082663976b679b813e1b546548d1;p=pandora-kernel.git [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 Signed-off-by: Madhuranath Iyengar Signed-off-by: James Bottomley Signed-off-by: James Bottomley --- Reading git-diff-tree failed