From: Swen Schillig Date: Mon, 2 Mar 2009 12:09:11 +0000 (+0100) Subject: [SCSI] zfcp: Ensure all work is cancelled on adapter dequeue X-Git-Tag: v2.6.30-rc1~641^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1a27f630f1d30bf85c61ec0436c287d0945fcc;p=pandora-kernel.git [SCSI] zfcp: Ensure all work is cancelled on adapter dequeue A scheduled work might still be pending, running while the adapter is in progress to get dequeued from the system. This can lead to an invalid pointer dereference (Oops). Once the adpater is set online again, ensure the nameserver environment is initialized to the appropriate values again. Signed-off-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed