Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ffb505ff authored by Robin Dong's avatar Robin Dong Committed by Theodore Ts'o
Browse files

ext4: remove redundant goto in ext4_ext_insert_extent()



If eh->eh_entries is smaller than eh->eh_max, the routine will
go to the "repeat" and then go to "has_space" directlly ,
since argument "depth" and "eh" are not even changed.

Therefore, goto "has_space" directly and remove redundant "repeat" tag.

Signed-off-by: default avatarRobin Dong <sanbai@taobao.com>
parent 22612283
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment