X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=f2b2bb9ce0a5c3806553cd5589367f2ad86c4f0c;hb=e59b9e111792bd0f5f807ed2466cf1904b5f1379;hp=5a2ab57c4e5294c3ac5cc52d38b4e2d6d4188aaf;hpb=dad0ea54b595ad656aca4087014afb438c7d44f0;p=fio.git diff --git a/options.c b/options.c index 5a2ab57c..f2b2bb9c 100644 --- 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",