Don't make fadvise failure fatal
authorJens Axboe <axboe@kernel.dk>
Tue, 6 Mar 2018 19:42:57 +0000 (12:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 Mar 2018 19:42:57 +0000 (12:42 -0700)
commit825b0a75ded0b3bec4d70ea8ea50af3cad7abab5
tree5573c29a4b0e471fd6beef424778c4b8a9fc8386
parentb979af5cba25e31dc2a8f2fd89ac5e40c24b6519
Don't make fadvise failure fatal

It's just an advisory hint. Warn once that it failed, then
march on.

Fixes: https://github.com/axboe/fio/issues/554
Signed-off-by: Jens Axboe <axboe@kernel.dk>
debug.h
ioengines.c