Re: [PATCH 2/6][NET-2.6.24] Make core networking code use seq_open_private

2007-10-10 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 09 Oct 2007 19:55:28 +0400 > This concerns the ipv4 and ipv6 code mostly, but also the netlink > and unix sockets. > > The netlink code is an example of how to use the __seq_open_private() > call - it saves the net namespace on this private. >

[PATCH 2/6][NET-2.6.24] Make core networking code use seq_open_private

2007-10-09 Thread Pavel Emelyanov
This concerns the ipv4 and ipv6 code mostly, but also the netlink and unix sockets. The netlink code is an example of how to use the __seq_open_private() call - it saves the net namespace on this private. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/ipv4/arp.c b/net/i