NFS: Use proper naming conventions for nfs_client.impl_id field
[linux-2.6-block.git] / fs / nfs / client.c
index 471fc9b927a9676823131197d0a4d47482d4fcb5..39db1beb92f8c7797ecd659ba90b823ee807ff9c 100644 (file)
@@ -238,6 +238,7 @@ static void nfs4_shutdown_client(struct nfs_client *clp)
 
        rpc_destroy_wait_queue(&clp->cl_rpcwaitq);
        kfree(clp->cl_serverscope);
+       kfree(clp->cl_implid);
 }
 
 /* idr_remove_all is not needed as all id's are removed by nfs_put_client */
@@ -306,7 +307,6 @@ static void nfs_free_client(struct nfs_client *clp)
 
        put_net(clp->net);
        kfree(clp->cl_hostname);
-       kfree(clp->impl_id);
        kfree(clp);
 
        dprintk("<-- nfs_free_client()\n");