solaris: OpenSolaris already has the madvise advice defined
[fio.git] / options.c
index de2d037093481bc4bfe4797f69ac089b74b5db4f..55d11ae719aaf0e3c4af957b99df3a9d3948be63 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1037,6 +1037,7 @@ static struct fio_option options[FIO_MAX_OPTS] = {
        },
        {
                .name   = "fill_device",
+               .alias  = "fill_fs",
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(fill_device),
                .help   = "Write until an ENOSPC error occurs",