From: David Howells Date: Wed, 23 Aug 2006 00:06:13 +0000 (-0400) Subject: NFS: Add server and volume lists to /proc X-Git-Tag: v2.6.19-rc1~1271^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aaca566503296a73f956908ec98173946134fe2;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed