From: Chuck Lever Date: Tue, 22 May 2012 02:44:41 +0000 (-0400) Subject: NFS: Use proper naming conventions for nfs_client.impl_id field X-Git-Tag: v3.5-rc1~52^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591555465ec513c42416392d392fd56866cb220c;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed