]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit45e0c56cedb7954b109deda1322302c45d8900ce
tree99e1a7b0815aa1ca1d9196a323c9c28df185d2aa
parent6e8fb295494189abf87c54c58b9a1825f566d662
nfs: fix some issues in nfs41_proc_reclaim_complete()

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