]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0731b7aa152d7e671e5a781ae0c4a05cd882cc77
tree65034e5f0e777ef00f61ca6082ee992df57884d1
parent1e42de3f4373ce1a107c8e5bbe55da1656545d66
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