From: Manish Rangankar Date: Tue, 24 Apr 2012 05:32:33 +0000 (-0700) Subject: [SCSI] qla4xxx: Fix kernel panic during discovery logout. X-Git-Tag: v3.5-rc1~25^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d948e2a21ed8641a84ad437d2544b215d747916;p=pandora-kernel.git [SCSI] qla4xxx: Fix kernel panic during discovery logout. Update the session and connection parameter before sending connection logged in event to iscsiadm because in some scenario logout may come in just after we send the logged in event to user, which free up session, connection and ddb, but DPC is still updating session and connect parameter which can lead to panic. Signed-off-by: Manish Rangankar Signed-off-by: Vikas Chaudhary Signed-off-by: James Bottomley --- Reading git-diff-tree failed