Re: [AX.25 1/2] Introduce struct ax25_sock.

2006-07-22 Thread David Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Sat, 22 Jul 2006 08:13:43 -0400 > While this patch itself is more of a cleanup it's a prerequisite for > being able the use the sk_*_timer functions to fix the reference counts > in AX.25 timers ... When you have those timer refcount fixes as part of y

Re: [AX.25 1/2] Introduce struct ax25_sock.

2006-07-22 Thread Ralf Baechle
On Sat, Jul 22, 2006 at 01:36:18AM -0700, David Miller wrote: > > Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> > > This is very nice work Ralf, but I think it's 2.6.19 material. > :-) While this patch itself is more of a cleanup it's a prerequisite for being able the use the sk_*_timer functi

Re: [AX.25 1/2] Introduce struct ax25_sock.

2006-07-22 Thread David Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Fri, 21 Jul 2006 11:29:46 -0400 > Upto now AX.25 was using two separate structures for it's sockets. One, > ax25_cb described the entire actual AX.25 connection. The other was > the standard struct sock. > > This patch combines both into struct ax25_

Re: [AX.25 1/2] Introduce struct ax25_sock.

2006-07-21 Thread Arnaldo Carvalho de Melo
On 7/21/06, Ralf Baechle <[EMAIL PROTECTED]> wrote: Aside of wanrouter AX.25 has also been the last member of struct sock.sk_protinfo. With net/wanrouter being considered hopeless code and an application-level solution being prefered these days this means we now can delete sk_protinfo. /me sh

[AX.25 1/2] Introduce struct ax25_sock.

2006-07-21 Thread Ralf Baechle
Upto now AX.25 was using two separate structures for it's sockets. One, ax25_cb described the entire actual AX.25 connection. The other was the standard struct sock. This patch combines both into struct ax25_sock which is more in line with current practice. An AX.25 speciality was that a ax25_c