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:
015f021
)
nfs: testing the wrong variable
author
Dan Carpenter
<error27@gmail.com>
Thu, 28 Oct 2010 06:05:57 +0000
(08:05 +0200)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 28 Oct 2010 15:18:00 +0000
(11:18 -0400)
The intent was to test "*desc" for allocation failures, but it tests
"desc" which is always a valid pointer here.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found