From: Dan Carpenter Date: Thu, 22 Apr 2010 09:28:39 +0000 (+0200) Subject: nfs: fix some issues in nfs41_proc_reclaim_complete() X-Git-Tag: v2.6.34-rc6~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf82b85a70f39786e3cbb1ffed8655bcc972424;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed