git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2261228
)
ext4: remove redundant goto in ext4_ext_insert_extent()
author
Robin Dong
<sanbai@taobao.com>
Mon, 11 Jul 2011 15:43:59 +0000
(11:43 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 11 Jul 2011 15:43:59 +0000
(11:43 -0400)
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: Robin Dong <sanbai@taobao.com>
No differences found