mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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>
This commit is contained in:
parent
65ffb3d69e
commit
e8d46b3841
@ -235,8 +235,6 @@ static int do_isofs_readdir(struct inode *inode, struct file *file,
|
||||
break;
|
||||
}
|
||||
ctx->pos += de_len;
|
||||
|
||||
continue;
|
||||
}
|
||||
if (bh)
|
||||
brelse(bh);
|
||||
|
Loading…
Reference in New Issue
Block a user