From: David S. Miller Date: Wed, 21 Feb 2007 07:51:47 +0000 (-0800) Subject: [TCP]: Fix MD5 signature pool locking. X-Git-Tag: v2.6.21-rc2~38^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c4f6219aca5939b57596278ea8b014275d4917b;p=pandora-kernel.git [TCP]: Fix MD5 signature pool locking. The locking calls assumed that these code paths were only invoked in software interrupt context, but that isn't true. Therefore we need to use spin_{lock,unlock}_bh() throughout. Signed-off-by: David S. Miller --- Reading git-diff-tree failed