Re: [PATCH 8/12] net_device seq_file

2007-01-18 Thread Eric W. Biederman
Stephen Hemminger <[EMAIL PROTECTED]> writes: > On Wed, 17 Jan 2007 19:11:52 +0300 > Dmitry Mishin <[EMAIL PROTECTED]> wrote: > >> Library function to create a seq_file in proc filesystem, >> showing some information for each netdevice. >> This code is present in the kernel in about 10 instances,

Re: [PATCH 8/12] net_device seq_file

2007-01-17 Thread Stephen Hemminger
On Wed, 17 Jan 2007 19:11:52 +0300 Dmitry Mishin <[EMAIL PROTECTED]> wrote: > Library function to create a seq_file in proc filesystem, > showing some information for each netdevice. > This code is present in the kernel in about 10 instances, and > all of them can be converted to using introduced

[PATCH 8/12] net_device seq_file

2007-01-17 Thread Dmitry Mishin
Library function to create a seq_file in proc filesystem, showing some information for each netdevice. This code is present in the kernel in about 10 instances, and all of them can be converted to using introduced library function. Signed-off-by: Andrey Savochkin <[EMAIL PROTECTED]> --- include/