Re: [patch 1/1][RFC] add a private field to the sock structure

2007-08-29 Thread Christoph Hellwig
On Wed, Aug 29, 2007 at 06:41:15PM +0200, [EMAIL PROTECTED] wrote: > From: Daniel Lezcano <[EMAIL PROTECTED]> > > Store private information for a socket > > This patch adds a field to the common socket structure. This field > is a anonymous pointer which allow to store an information about > the

[patch 1/1][RFC] add a private field to the sock structure

2007-08-29 Thread dlezcano
From: Daniel Lezcano <[EMAIL PROTECTED]> Store private information for a socket This patch adds a field to the common socket structure. This field is a anonymous pointer which allow to store an information about the socket Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> --- include/net/inet_