From: Trond Myklebust Date: Sat, 3 Jan 2015 20:16:04 +0000 (-0500) Subject: NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_client X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~272^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb3a16c070c403f5f9ca46b46cf2bb79ea11750;p=pandora-kernel.git NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_client Ensure that we cache the NFSv4/v4.1 client owner_id so that we can verify it when we're doing trunking detection. Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/nfs4client.c b/fs/nfs/nfs4client.c index d949d0f378ec..6ee9bf69a7a6 100644 --- a/fs/nfs/nfs4client.c +++ b/fs/nfs/nfs4client.c @@ -228,6 +228,7 @@ static void nfs4_shutdown_client(struct nfs_client *clp) kfree(clp->cl_serverowner); kfree(clp->cl_serverscope); kfree(clp->cl_implid); + kfree(clp->cl_owner_id); } void nfs4_free_client(struct nfs_client *clp) Reading git-diff-tree failed