Re: [PATCH 12/15] Make NFS client use seq_list_xxx helpers

2007-05-18 Thread Trond Myklebust
On Fri, 2007-05-18 at 14:04 +0400, Pavel Emelianov wrote: > This includes /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes > entries. > > Both need to show the header and use the list_head. > > Signed-off-by: Pavel Emelianov <[EMAIL PROTECTED]> Acked-by: Trond Myklebust <[EMAIL PROTECTED]> >

[PATCH 12/15] Make NFS client use seq_list_xxx helpers

2007-05-18 Thread Pavel Emelianov
This includes /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes entries. Both need to show the header and use the list_head. Signed-off-by: Pavel Emelianov <[EMAIL PROTECTED]> --- diff --git a/fs/nfs/client.c b/fs/nfs/client.c index 50c6821..10355ec 100644 --- a/fs/nfs/client.c +++

[PATCH 12/15] Make NFS client use seq_list_xxx helpers

2007-05-18 Thread Pavel Emelianov
This includes /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes entries. Both need to show the header and use the list_head. Signed-off-by: Pavel Emelianov [EMAIL PROTECTED] --- diff --git a/fs/nfs/client.c b/fs/nfs/client.c index 50c6821..10355ec 100644 --- a/fs/nfs/client.c +++

Re: [PATCH 12/15] Make NFS client use seq_list_xxx helpers

2007-05-18 Thread Trond Myklebust
On Fri, 2007-05-18 at 14:04 +0400, Pavel Emelianov wrote: This includes /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes entries. Both need to show the header and use the list_head. Signed-off-by: Pavel Emelianov [EMAIL PROTECTED] Acked-by: Trond Myklebust [EMAIL PROTECTED] ---