From: Michael Chan Date: Fri, 14 Aug 2009 15:49:45 +0000 (+0000) Subject: bnx2: Use mutex on slow path cnic calls. X-Git-Tag: v2.6.31-rc7~27^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a889508203446c1abc1d670599b3a816841813;p=pandora-kernel.git bnx2: Use mutex on slow path cnic calls. The slow path calls to the cnic driver are sleepable calls so we cannot use rcu_read_lock(). Use mutex for these slow path calls instead. Signed-off-by: Michael Chan Reviewed-by: Benjamin Li Signed-off-by: David S. Miller --- Reading git-diff-tree failed