NFSv4: Fix two unbalanced put_rpccred() issues.
commit85c60e5dfa4c00bb4deacc36cd719db557c9d2c6
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Oct 2009 12:09:46 +0000 (26 08:09 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Nov 2009 00:23:03 +0000 (9 16:23 -0800)
tree508cde3994ff6a104f2419ef6fc04e62f54ec4d6
parent4886f073309eeb9d99d9f05d944f8b0874c60bbd
NFSv4: Fix two unbalanced put_rpccred() issues.

commit 141aeb9f26f9f12f1584c128ce8697cdffb046e7 upstream.

Commits 29fba38b (nfs41: lease renewal) and fc01cea9 (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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfs/nfs4proc.c