Re: [PATCH 1/2] ax25: Stop using sock->sk_protinfo.
From: Ralf Baechle <hidden>
Date: 2015-06-26 21:43:14
From: Ralf Baechle <hidden>
Date: 2015-06-26 21:43:14
On Thu, Jun 25, 2015 at 06:19:07AM -0700, David Miller wrote:
Just make a ax25_sock structure that provides the ax25_cb pointer.
Nice minimal solution, thanks! I have the big solution my queue which combines struct sock with ax25_cb into struct ax25_sock but that's more complex because currently there is the possibility for an ax25_cb to be created by an incoming connection request even without a socket. Ralf