NFS: Use proper naming conventions for nfs_client.impl_id field
authorChuck Lever <chuck.lever@oracle.com>
Tue, 22 May 2012 02:44:41 +0000 (22:44 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 22 May 2012 20:45:43 +0000 (16:45 -0400)
commit591555465ec513c42416392d392fd56866cb220c
tree8b7ce3d4fe39e31e48e3e7a1a604675395607888
parent79d4e1f0d8910f0214a57832ca6d589640d572c0
NFS: Use proper naming conventions for nfs_client.impl_id field

Clean up:  When naming fields and data types, follow established
conventions to facilitate accurate grep/cscope searches.

Additionally, for consistency, move the impl_id field into the NFSv4-
specific part of the nfs_client, and free that memory in the logic
that shuts down NFSv4 nfs_clients.

Introduced by commit 7d2ed9ac "NFSv4: parse and display server
implementation ids," Fri Feb 17, 2012.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c
fs/nfs/nfs4proc.c
fs/nfs/super.c
include/linux/nfs_fs_sb.h