[X25]: fix for spinlock recurse and spinlock lockup with timer handler
authorShaun Pereira <spereira@tusc.com.au>
Fri, 28 Apr 2006 19:00:17 +0000 (12:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 30 Apr 2006 01:33:11 +0000 (18:33 -0700)
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 <spereira@tusc.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found