]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteda9cbd2470cbcec70d15485fcec51355056f15a
tree7625bbfa14cddd93ed3e2afa03caf4b553116f76
parent704f4f12436ccc42323e369298849316d3efffc5
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