NFSv4: Fix two unbalanced put_rpccred() issues.
commit141aeb9f26f9f12f1584c128ce8697cdffb046e7
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Oct 2009 12:09:46 +0000 (26 08:09 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Oct 2009 12:09:46 +0000 (26 08:09 -0400)
tree295953858e8ddd265a1d3dae18266b1198c55132
parent52567b03ca38b6e556ced450d64dba8d66e23b0e
NFSv4: Fix two unbalanced put_rpccred() issues.

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>
fs/nfs/nfs4proc.c