From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] Get rid of sk_protinfo use in netrom Date: Wed, 23 Mar 2005 11:17:01 -0800 Message-ID: <20050323111701.43e31617.davem@davemloft.net> References: <20050321094905.GA10022@linux-mips.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit In-Reply-To: <20050321094905.GA10022@linux-mips.org> Sender: linux-hams-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Ralf Baechle DL5RB Cc: netdev@oss.sgi.com, linux-hams@vger.kernel.org On Mon, 21 Mar 2005 09:49:05 +0000 Ralf Baechle DL5RB wrote: > Below patch puts struct sock into nr_cb to get rid of the need for the > use of sk_protinfo in nr_sk(). While we're touching the data structure > convert it from a typedef into a struct. Applied, thanks Ralf.