NFS: Rename nfs_server::nfs4_state

Rename nfs_server::nfs4_state to nfs_client as it will be used to represent the
client state for NFS2 and NFS3 also.

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
此提交包含在:
David Howells
2006-08-22 20:06:09 -04:00
提交者 Trond Myklebust
父節點 adfa6f980b
當前提交 7539bbab80
共有 7 個檔案被更改,包括 34 行新增34 行删除

查看文件

@@ -127,7 +127,7 @@ nfs4_schedule_state_renewal(struct nfs_client *clp)
void
nfs4_renewd_prepare_shutdown(struct nfs_server *server)
{
struct nfs_client *clp = server->nfs4_state;
struct nfs_client *clp = server->nfs_client;
if (!clp)
return;