Re: [patch 1/1][RFC] add a private field to the sock structure
From: Christoph Hellwig <hch@infradead.org>
Date: 2007-08-29 18:09:39
From: Christoph Hellwig <hch@infradead.org>
Date: 2007-08-29 18:09:39
On Wed, Aug 29, 2007 at 06:41:15PM +0200, dlezcano@fr.ibm.com wrote:
From: Daniel Lezcano <redacted> 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
If you have orivtae information it should have a typed pointer to it. Please also post the patches actually using this field.