NFS: Add server and volume lists to /proc
authorDavid Howells <dhowells@redhat.com>
Wed, 23 Aug 2006 00:06:13 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:37 +0000 (23:24 -0400)
commit6aaca566503296a73f956908ec98173946134fe2
tree7625bbfa14cddd93ed3e2afa03caf4b553116f76
parent54ceac4515986030c2502960be620198dd8fe25b
NFS: Add server and volume lists to /proc

Make two new proc files available:

/proc/fs/nfsfs/servers
/proc/fs/nfsfs/volumes

The first lists the servers with which we are currently dealing (struct
nfs_client), and the second lists the volumes we have on those servers (struct
nfs_server).

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c
fs/nfs/inode.c
fs/nfs/internal.h