]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Fix up nfs4_proc_lookup_mountpoint
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 8 Aug 2013 00:38:07 +0000 (20:38 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 8 Aug 2013 00:47:26 +0000 (20:47 -0400)
commitd2714e61c458264058dcfd09c7416c342883c2f7
treeca1ea405e0d79734771a2a7861b7f363568ac56e
parent1b775e9c85c66a3422f53cfd61392e9c02132114
NFSv4: Fix up nfs4_proc_lookup_mountpoint

Currently, we do not check the return value of client = rpc_clone_client(),
nor do we shut down the resulting cloned rpc_clnt in the case where a
NFS4ERR_WRONGSEC has caused nfs4_proc_lookup_common() to replace the
original value of 'client' (causing a memory leak).

Fix both issues and simplify the code by moving the call to
rpc_clone_client() until after nfs4_proc_lookup_common() has
done its business.

Reported-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c