commit | 885ac623a4f154007efa49266bb381bcbc60f1e6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Apr 04 14:11:58 2012 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Apr 04 14:11:58 2012 -0600 |
tree | 946324e1fd86df3115f81383534c6628dd8f67eb | |
parent | f9a58c2a6818830c772f3aa0b82bf04de7569acf [diff] |
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>