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:
6b933c8
)
ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().
author
Joel Becker
<joel.becker@oracle.com>
Tue, 4 May 2010 02:15:49 +0000
(19:15 -0700)
committer
Joel Becker
<joel.becker@oracle.com>
Tue, 4 May 2010 02:15:49 +0000
(19:15 -0700)
gcc warns that a variable is uninitialized. It's actually handled, but
an early return fools gcc. Let's just initialize the variable to a
garbage value that will crash if the usage is ever broken.
Signed-off-by: Joel Becker <joel.becker@oracle.com>
No differences found