fs/f2fs/data.c: fix mess
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 30 Dec 2021 09:29:31 +0000 (20:29 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 18 Jan 2022 01:39:21 +0000 (12:39 +1100)
commit595aecc9ab60417d7b8aba3e1c5ecd4bc42e03d8
treeca597d8e0af8d82b7034116334a9e3ff3d5e2fc1
parent22329c1f3cc145ac8a5d77e052148ae4f182ed12
fs/f2fs/data.c: fix mess

fs/f2fs/data.c: In function 'f2fs_read_single_page':
fs/f2fs/data.c:2092:1: error: label 'confused' defined but not used [-Werror=unused-label]
 2092 | confused:
      | ^~~~~~~~

Cc: Jaegeuk Kim <jaegeuk@kernel.org>
Cc: Chao Yu <chao@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
fs/f2fs/data.c