Re: [AX.25] Fix locking of ax25 protocol function list.

2006-07-10 Thread David Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Tue, 11 Jul 2006 00:09:43 +0100 > Delivery of AX.25 frame to the layer 3 protocols happens in softirq context > so locking needs to be bh-proof. > > Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> Applied, thanks Ralf. - To unsubscribe from this list:

[AX.25] Fix locking of ax25 protocol function list.

2006-07-10 Thread Ralf Baechle
Delivery of AX.25 frame to the layer 3 protocols happens in softirq context so locking needs to be bh-proof. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> diff --git a/net/ax25/ax25_iface.c b/net/ax25/ax25_iface.c index 77ba07c..07ac020 100644 --- a/net/ax25/ax25_iface.c +++ b/net/ax25/ax25_ifa