From: Joe Eykholt Date: Thu, 30 Jul 2009 00:04:54 +0000 (-0700) Subject: [SCSI] libfc: fix: cancel rport retry timer X-Git-Tag: v2.6.32-rc1~689^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201e5795b7b9582accb6d83316e30f24d7d40fd3;p=pandora-kernel.git [SCSI] libfc: fix: cancel rport retry timer The timer for rport retries wasn't getting canceled, and would occasionally go off after the module was unloaded. Add logic to cancel the timer in fc_rport_work(). Since we cancel the timer before deleting the rdata, it is no longer necessary to do a get_device() for the pending timer. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley Signed-off-by: James Bottomley --- Reading git-diff-tree failed