From: Andrew Vasquez Date: Tue, 24 Mar 2009 16:08:05 +0000 (-0700) Subject: [SCSI] qla2xxx: Ensure the timer and DPC routines complete prior to midlayer tear... X-Git-Tag: v2.6.30-rc1~185^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9978769877c6c90c8d6777df13b9ae427af40b7;p=pandora-kernel.git [SCSI] qla2xxx: Ensure the timer and DPC routines complete prior to midlayer tear-down. Since the routines can/will use resources such as devices and rports that aren't valid after midlayer tear-down, correct this potential race, by stopping the offending during the early stages of the remove() callback. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed