[PATCH] Random map fix
authorJens Axboe <jens.axboe@oracle.com>
Sat, 10 Feb 2007 18:01:57 +0000 (19:01 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 10 Feb 2007 18:01:57 +0000 (19:01 +0100)
commitafdbe580a4c173cb90b079dc266229c6d4257911
tree3b6f350e1dd91308c95cab021e00f191cc89bbc8
parent675de85a183099071a56b9b2ecd196569f10236a
[PATCH] Random map fix

mark_random_map() would give up too soon, causing an infinite loop
in the block allocation.

Reported by Randy Dunlap.

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