nfs: fix some issues in nfs41_proc_reclaim_complete()
authorDan Carpenter <error27@gmail.com>
Thu, 22 Apr 2010 09:28:39 +0000 (11:28 +0200)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 28 Apr 2010 17:45:12 +0000 (13:45 -0400)
The original code passed an ERR_PTR() to rpc_put_task() and instead of
returning zero on success it returned -ENOMEM.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found