]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd8fbbf5fbb2e63b63cd39e83750585c19dab957
tree8b7ce3d4fe39e31e48e3e7a1a604675395607888
parentec8a452a893fa60cf51ef635ab7d358e3df604fe
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 c448e9b5 "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