]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd9a1e80181b015e9c60a7f5d148a661e2fca348d
treef974624cf40892f1c523c0cb0e360268f8a615d7
parent3173211281a3ce3c9872737cb9c520fbba09227a
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