bitmap: fix off-by-8 allocation error
authorJens Axboe <axboe@kernel.dk>
Wed, 28 Nov 2012 18:36:16 +0000 (19:36 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Nov 2012 18:36:16 +0000 (19:36 +0100)
Was multiplying by the bit-size, not the byte-size. No algorithmic
changes, we never used the 7/8ths of the memory at the end...

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found