From: Gu Zheng Date: Mon, 19 Aug 2013 01:41:15 +0000 (+0800) Subject: f2fs: fix a compound statement label error X-Git-Tag: v3.12-rc1~127^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b40527508670e56d817b837b2114bc340446539;p=pandora-kernel.git f2fs: fix a compound statement label error 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 Signed-off-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed