]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Fix two unbalanced put_rpccred() issues.
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Oct 2009 12:09:46 +0000 (08:09 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Oct 2009 12:09:46 +0000 (08:09 -0400)
commitf636348f9a57d882c840d4e2de7df9ca9b25ae31
tree295953858e8ddd265a1d3dae18266b1198c55132
parent3393656c860071274c5849718577eac6db7360fb
NFSv4: Fix two unbalanced put_rpccred() issues.

Commits 3ed57859 (nfs41: lease renewal) and aa1e2046 (nfs41: sequence
operation) introduce a couple of put_rpccred() calls on credentials for
which there is no corresponding get_rpccred().

See http://bugzilla.kernel.org/show_bug.cgi?id=14249

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