nfsd4: remove extra put() on callback errors
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 25 May 2010 15:57:56 +0000 (11:57 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 31 May 2010 16:43:51 +0000 (12:43 -0400)
commit378b7d37f90399b7c34373a5925450529afb917b
treef974624cf40892f1c523c0cb0e360268f8a615d7
parent67a3e12b05e055c0415c556a315a3d3eb637e29e
nfsd4: remove extra put() on callback errors

Since rpc_call_async() guarantees that the release method will be called
even on failure, this put is wrong.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4callback.c