move skip_bad= option to engines/mtd.c
[fio.git] / options.c
index 5a2ab57c4e5294c3ac5cc52d38b4e2d6d4188aaf..f2b2bb9ce0a5c3806553cd5589367f2ad86c4f0c 100644 (file)
--- a/options.c
+++ b/options.c
@@ -4378,17 +4378,6 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .category = FIO_OPT_C_IO,
                .group  = FIO_OPT_G_IO_FLOW,
        },
-       {
-               .name   = "skip_bad",
-               .lname  = "Skip operations against bad blocks",
-               .type   = FIO_OPT_BOOL,
-               .off1   = offsetof(struct thread_options, skip_bad),
-               .help   = "Skip operations against known bad blocks.",
-               .hide   = 1,
-               .def    = "0",
-               .category = FIO_OPT_C_IO,
-               .group  = FIO_OPT_G_MTD,
-       },
        {
                .name   = "steadystate",
                .lname  = "Steady state threshold",