Avoid using the rbtree if we don't have to
authorJens Axboe <jens.axboe@oracle.com>
Tue, 27 Mar 2007 08:36:12 +0000 (10:36 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 27 Mar 2007 08:36:12 +0000 (10:36 +0200)
commit8de8f047bd025f12d23cfc3fc1793434c6d8ff94
treed78102165c4bba62ef96f81331dd40cec9ae0cf9
parentbb5d7d0b5bde867690590aaa61d77307d773107f
Avoid using the rbtree if we don't have to

Basically reinstate the old logic of not sorting when it's
not a win for reading the data back.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c
fio.h
log.c
verify.c