Speedup mark_random_map()
authorJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 07:53:05 +0000 (09:53 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 07:53:05 +0000 (09:53 +0200)
commit3e3357b1a54ca27c4b1f5e9564eee73f510e164f
tree0c8a5cbbb07fbce377896acd97eecc94e7784036
parent21df44a26e04ef3fe8b4240073cc06f7d144f337
Speedup mark_random_map()

Do each int at the time, not each bit.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
io_u.c