From: David S. Miller Date: Tue, 16 Jun 2009 12:40:30 +0000 (-0700) Subject: x25: Fix sleep from timer on socket destroy. X-Git-Tag: v2.6.31-rc1~140^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ebaf81e13ce66bff275380b246796fd16cbfa1;p=pandora-kernel.git x25: Fix sleep from timer on socket destroy. If socket destuction gets delayed to a timer, we try to lock_sock() from that timer which won't work. Use bh_lock_sock() in that case. Signed-off-by: David S. Miller Tested-by: Ingo Molnar --- Reading git-diff-tree failed