thread_options: kill converted cpu masks
authorJens Axboe <axboe@fb.com>
Wed, 9 Dec 2015 18:23:15 +0000 (11:23 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 9 Dec 2015 18:23:15 +0000 (11:23 -0700)
We can't currently convert them in cconv.c, so let's just disable
them as they eat a lot of space in the thread options.

Signed-off-by: Jens Axboe <axboe@fb.com>
thread_options.h

index f9c156207795c643a874b129e85f36df9e376030..02c867f319361f1f7f3574ce0aa92a52ec7bb513 100644 (file)
@@ -414,9 +414,14 @@ struct thread_options_pack {
        uint32_t stonewall;
        uint32_t new_group;
        uint32_t numjobs;
+       /*
+        * We currently can't convert these, so don't enable them
+        */
+#if 0
        uint8_t cpumask[FIO_TOP_STR_MAX];
        uint8_t verify_cpumask[FIO_TOP_STR_MAX];
        uint8_t log_gz_cpumask[FIO_TOP_STR_MAX];
+#endif
        uint32_t cpus_allowed_policy;
        uint32_t iolog;
        uint32_t rwmixcycle;