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:
90b2fc6
)
f2fs: avoid build warning
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Mon, 11 Feb 2013 22:28:55 +0000
(07:28 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Mon, 11 Feb 2013 22:28:55 +0000
(07:28 +0900)
This patch removes the following build warning:
fs/f2fs/node.c: warning: 'nofs' may be used uninitialized in this function
[-Wuninitialized]: => 738:8
Note that this is a false alarm.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
No differences found