From: Shaun Pereira Date: Fri, 28 Apr 2006 19:00:17 +0000 (-0700) Subject: [X25]: fix for spinlock recurse and spinlock lockup with timer handler X-Git-Tag: v2.6.17-rc4~101^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43dff98b022ded593e73c3784bac03bc9fc7ec55;p=pandora-kernel.git [X25]: fix for spinlock recurse and spinlock lockup with timer handler When the sk_timer function x25_heartbeat_expiry() is called by the kernel in a running/terminating process, spinlock-recursion and spinlock-lockup locks up the kernel. This has happened with testing on some distro's and the patch below fixed it. Signed-off-by: Shaun Pereira Signed-off-by: David S. Miller --- Reading git-diff-tree failed