ext4: fix awful goto in ext4_mb_new_blocks()
authorEric Sandeen <sandeen@redhat.com>
Thu, 8 Nov 2012 16:11:59 +0000 (11:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 8 Nov 2012 16:11:59 +0000 (11:11 -0500)
commit6d138ced751d4e41e02c38ad55d1b3cd2913b150
tree65034e5f0e777ef00f61ca6082ee992df57884d1
parentb72f78cb63fb595af63fc781dced0a6fd354e572
ext4: fix awful goto in ext4_mb_new_blocks()

I think the whole function could be made prettier, but
that goto really took the cake for too-clever-by-half.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c