Verify requeue handling
authorJens Axboe <jens.axboe@oracle.com>
Mon, 19 Feb 2007 12:21:35 +0000 (13:21 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 19 Feb 2007 12:21:35 +0000 (13:21 +0100)
commitd2d7fa53c18f1fc3fb89f3fe20df9b39986bde72
tree64bfb392e0af99375dfe2641f042ad32364508a9
parent3d7c391dbdc56f261447b2d8ab65e74a42a20c41
Verify requeue handling

If file is already filled, it's a requeue. In that case, don't grab
a new io_piece, we already filled the offsets in the io_u.

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