iolog: remove assert in io_u overlap
authorJens Axboe <axboe@kernel.dk>
Wed, 4 Apr 2012 20:11:58 +0000 (14:11 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Apr 2012 20:11:58 +0000 (14:11 -0600)
commit885ac623a4f154007efa49266bb381bcbc60f1e6
tree946324e1fd86df3115f81383534c6628dd8f67eb
parentf9a58c2a6818830c772f3aa0b82bf04de7569acf
iolog: remove assert in io_u overlap

This can happen very rarely for time based jobs. Before we
had this as an assert since it was an impossible to hit
condition, but now it can be expected very rarely with
verify and time based jobs.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
iolog.c