Re: [AX.25] Optimize AX.25 socket list lock

2006-07-12 Thread David Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Tue, 11 Jul 2006 23:20:45 +0100 > Right now all uses of the ax25_list_lock lock are _bh locks but knowing > some code is only ever getting invoked from _bh context we can better. > > Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> Applied, thanks Ralf

[AX.25] Optimize AX.25 socket list lock

2006-07-12 Thread Ralf Baechle
Right now all uses of the ax25_list_lock lock are _bh locks but knowing some code is only ever getting invoked from _bh context we can better. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> --- net/ax25/af_ax25.c | 14 +++--- net/ax25/ax25_ds_subr.c |8 net/ax25/ax