Re: [NETROM] Drop lock before calling nr_destroy_socket

2006-07-10 Thread David Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Tue, 11 Jul 2006 00:25:45 +0100 > nr_destroy_socket takes the socket lock itself so it should better be > called with the socket unlocked. > > Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> Applied, thanks Ralf. - To unsubscribe from this list: send

[NETROM] Drop lock before calling nr_destroy_socket

2006-07-10 Thread Ralf Baechle
nr_destroy_socket takes the socket lock itself so it should better be called with the socket unlocked. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> --- diff --git a/net/netrom/nr_timer.c b/net/netrom/nr_timer.c index 75b72d3..ddba1c1 100644 --- a/net/netrom/nr_timer.c +++ b/net/netrom/nr_time