Fix issue with fill_device=1 and continue_on_error
authorRadha Ramachandran <radha@google.com>
Thu, 2 Jul 2009 06:30:49 +0000 (08:30 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 2 Jul 2009 06:30:49 +0000 (08:30 +0200)
commit8a4f8a24a23a1f95ce28338d697c9b552e7e06b4
tree1dce924e2978ce8ca7feafea9c90dad6a670d66c
parent9c0d224129b0c59698e4c77e7fed00dc8cbb50e1
Fix issue with fill_device=1 and continue_on_error

I added a change so when both the continue_on_error and fill_device
option is on, when it hits ENOSPC issue the code ignores the error.

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