NFS: EXCHANGE_ID should save the server major and minor ID
[linux-2.6-block.git] / fs / nfs / client.c
index 34b2e68c52499fa87adcab3ab87c7766d8ce73fc..3c144689f9e4c98234564e2cc17e9f09428434f1 100644 (file)
@@ -237,6 +237,7 @@ static void nfs4_shutdown_client(struct nfs_client *clp)
                nfs_idmap_delete(clp);
 
        rpc_destroy_wait_queue(&clp->cl_rpcwaitq);
+       kfree(clp->cl_serverowner);
        kfree(clp->cl_serverscope);
        kfree(clp->cl_implid);
 }