diff options
author | Weston Andros Adamson <dros@netapp.com> | 2012-02-17 15:20:26 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-03-01 17:10:22 -0500 |
commit | 7d2ed9ac22bc6bf0d34e8fd291a5295f373b384e (patch) | |
tree | d6af20f85e68c075c6587afaa94f56fe001aae4b /fs/nfs/client.c | |
parent | 9edbd953f8aeabf49b89c7c29ff9e31560775b27 (diff) |
NFSv4: parse and display server implementation ids
Shows the implementation ids in /proc/self/mountstats. This doesn't break
the nfs-utils mountstats tool.
Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/client.c')
-rw-r--r-- | fs/nfs/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c index 592b5583aa3a..1506adf4d4ed 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c | |||
@@ -304,6 +304,7 @@ static void nfs_free_client(struct nfs_client *clp) | |||
304 | put_net(clp->net); | 304 | put_net(clp->net); |
305 | kfree(clp->cl_hostname); | 305 | kfree(clp->cl_hostname); |
306 | kfree(clp->server_scope); | 306 | kfree(clp->server_scope); |
307 | kfree(clp->impl_id); | ||
307 | kfree(clp); | 308 | kfree(clp); |
308 | 309 | ||
309 | dprintk("<-- nfs_free_client()\n"); | 310 | dprintk("<-- nfs_free_client()\n"); |