A bunch of fixes
authorJens Axboe <jens.axboe@oracle.com>
Fri, 1 Feb 2008 12:16:38 +0000 (13:16 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 1 Feb 2008 12:16:38 +0000 (13:16 +0100)
commit2ba1c290d09af6d630d84a58b97b8032f73bc2ce
treeb3d61ab60588bb6318bfd33d395b0dda00ba25cb
parent691394d3e3b520584207ab0651e6e0354edc4bdb
A bunch of fixes

Really should have been split up, but...

- Check this_io_bytes at the bottom of do_io() so that async engines
  have a chance to queue pending IO before deeming this job done.

- dprint() should use log_info(), may not be stdout we want.

- last block bug in get_next_free_block(), if max blocks wasn't a
  multiple of the bitmap size.

- Add more debug points.

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