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.27.29~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3154ee5364cf95cc3948589d870f6f6c957ba0a3;p=pandora-kernel.git x25: Fix sleep from timer on socket destroy. [ Upstream commit 14ebaf81e13ce66bff275380b246796fd16cbfa1 ] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed