gettime: don't attempt to fixup what looks like a backwards clock
authorJens Axboe <axboe@fb.com>
Tue, 16 Dec 2014 22:13:45 +0000 (15:13 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 16 Dec 2014 22:13:45 +0000 (15:13 -0700)
commit9eb271b9deb3f2ec4ff78fd6391176a897b09329
tree3a06ab22ed31221186c43904aa1ced1a2bbf1b0c
parent965f0a41c6ded527fb5b9f499dfc2380d37dc291
gettime: don't attempt to fixup what looks like a backwards clock

It could just be a wrap. The code is buggy, kill it, we'll deal
with the wrap later.

Signed-off-by: Jens Axboe <axboe@fb.com>
gettime.c