block: kill some useless goto's in blk-cgroup.c
authorJens Axboe <jens.axboe@oracle.com>
Mon, 3 May 2010 12:28:55 +0000 (14:28 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 3 May 2010 12:28:55 +0000 (14:28 +0200)
commit0f3942a39ed768c967cb71ea0e9be7fc94112713
tree337b13077be49921cbd77523c946788e12e4bac9
parent7407cf355fdf5500430be966dbbde84a27293bad
block: kill some useless goto's in blk-cgroup.c

goto has its place, but lets cut back on some of the more
frivolous uses of it.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-cgroup.c