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:
f4245bd
)
ext4: "ret" may be used uninitialized in ext4_lazyinit_thread()
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 2 Nov 2010 18:19:30 +0000
(14:19 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 2 Nov 2010 18:19:30 +0000
(14:19 -0400)
Newer GCC's reported the following build warning:
fs/ext4/super.c: In function 'ext4_lazyinit_thread':
fs/ext4/super.c:2702: warning: 'ret' may be used uninitialized in this function
Fix it by removing the need for the ret variable in the first place.
Signed-off-by: "Lukas Czerner" <lczerner@redhat.com>
Reported-by: "Stefan Richter" <stefanr@s5r6.in-berlin.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c
patch
|
blob
|
history
diff --cc
fs/ext4/super.c
Simple merge