Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

isofs: remove redundant continue statement

The continue statement in the while-loop has no effect,
remove it.

Addresses-Coverity: ("Continue has no effect")
Link: https://lore.kernel.org/r/20210617120837.11994-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jan Kara <jack@suse.cz>

authored by

Colin Ian King and committed by
Jan Kara
e8d46b38 65ffb3d6

-2
-2
fs/isofs/dir.c
··· 235 235 break; 236 236 } 237 237 ctx->pos += de_len; 238 - 239 - continue; 240 238 } 241 239 if (bh) 242 240 brelse(bh);