From: Jamie Wellnitz Date: Wed, 1 Mar 2006 03:33:10 +0000 (-0500) Subject: [PATCH] lpfc 8.1.3: Protect NPL lists with host lock X-Git-Tag: v2.6.17-rc1~1129^2~4^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66a9ed66000d186933892ca5121e68a071d624ac;p=pandora-kernel.git [PATCH] lpfc 8.1.3: Protect NPL lists with host lock Protect NPL lists with host lock Symptoms: lpfc_findnode_rpi and lpfc_findnode_did can be called outside of the discovery thread context. We have to iterate through the NPL lists under the host lock and all add/del operations on those lists have to be done under host lock. Signed-off-by: Jamie Wellnitz Signed-off-by: James Bottomley --- Reading git-diff-tree failed