f2fs: remove redundant goto statement in f2fs_read_single_page()
After the commit "0a4ee518185", this "goto" statement was redundant, remote it for clean code. Signed-off-by: Li Zetao <lizetao1@huawei.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
7cd2e5f75b
commit
1223e432d9
|
@ -2173,7 +2173,6 @@ submit_and_realloc:
|
|||
f2fs_update_iostat(F2FS_I_SB(inode), NULL, FS_DATA_READ_IO,
|
||||
F2FS_BLKSIZE);
|
||||
*last_block_in_bio = block_nr;
|
||||
goto out;
|
||||
out:
|
||||
*bio_ret = bio;
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue