git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8b06e
)
nfs: fix some issues in nfs41_proc_reclaim_complete()
author
Dan Carpenter
<error27@gmail.com>
Thu, 22 Apr 2010 09:28:39 +0000
(11:28 +0200)
committer
Trond 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