Add fill_device option
[fio.git] / fio.c
diff --git a/fio.c b/fio.c
index e9b27d9ccef7405583065434f60f858c09f02cea..1c79d6823ae95079f0b445ceac9ed7507bb9be3b 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -568,6 +568,10 @@ sync_done:
                }
        }
 
                }
        }
 
+       if (td->o.fill_device && td->error == ENOSPC) {
+               td->error = 0;
+               td->terminate = 1;
+       }
        if (!td->error) {
                struct fio_file *f;
 
        if (!td->error) {
                struct fio_file *f;