summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorRobin Dong <sanbai@taobao.com>2011-07-11 17:43:59 +0200
committerTheodore Ts'o <tytso@mit.edu>2011-07-11 17:43:59 +0200
commitffb505ff0f7b52318dea46dd139107a8371b4ad7 (patch)
treee94a4af0c694d5ce79d512be8e8e390da43b9e66 /fs/ext4/mballoc.c
parentext4: Change the wrong param comment for ext4_trim_all_free (diff)
downloadlinux-ffb505ff0f7b52318dea46dd139107a8371b4ad7.tar.xz
linux-ffb505ff0f7b52318dea46dd139107a8371b4ad7.zip
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: Robin Dong <sanbai@taobao.com>
Diffstat (limited to 'fs/ext4/mballoc.c')
0 files changed, 0 insertions, 0 deletions