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:
e70d845
)
ocfs2/cluster: dereferencing before checking in nst_seq_show()
author
Dan Carpenter
<error27@gmail.com>
Mon, 3 Jan 2011 06:00:20 +0000
(09:00 +0300)
committer
Joel Becker
<joel.becker@oracle.com>
Sat, 8 Jan 2011 02:02:03 +0000
(18:02 -0800)
In the original code, we dereferenced "nst" before checking that it was
non-NULL. I moved the check forward and pulled the code in an indent
level.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
No differences found