Attempt to work-around possible time warp
authorJens Axboe <jens.axboe@oracle.com>
Mon, 21 May 2007 12:27:32 +0000 (14:27 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 21 May 2007 12:27:32 +0000 (14:27 +0200)
commit2bfe24bdd9ce313e5323d947952067b1475dd2cc
treee8bd60428ef9277fa88ba90811f3afa01be10452
parent43c63a78d3f902b4bf941841579834bbfabd5c62
Attempt to work-around possible time warp

A theory - we see gettimeofday() going backwards on some
systems, try and correct for that by just returning 0
for time passed.

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