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:
92c4342
)
f2fs: fix a compound statement label error
author
Gu Zheng
<guz.fnst@cn.fujitsu.com>
Mon, 19 Aug 2013 01:41:15 +0000
(09:41 +0800)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Mon, 19 Aug 2013 02:51:08 +0000
(11:51 +0900)
An error "label at end of compound statement" will occur if CONFIG_F2FS_STAT_FS
disabled.
fs/f2fs/segment.c:556:1: error: label at end of compound statement
So clean up the 'out' label to fix it.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
No differences found