X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.c;h=be60c5ff64bce2a3b24760bf668ce477ba2a84c5;hb=a5e371a61c9e37a2389f7473d65e35b29dec1ccd;hp=f0a8ee2636d015116055d69148a0f524dfc50f40;hpb=2e1df07d1ea30e0304cc65370f3ed161a6f22cd4;p=fio.git diff --git a/fio.c b/fio.c index f0a8ee26..be60c5ff 100644 --- a/fio.c +++ b/fio.c @@ -22,19 +22,8 @@ * */ #include -#include -#include -#include -#include -#include #include -#include #include -#include -#include -#include -#include -#include #include "fio.h" #include "hash.h" @@ -42,7 +31,6 @@ #include "verify.h" #include "trim.h" #include "diskutil.h" -#include "cgroup.h" #include "profile.h" #include "lib/rand.h" #include "memalign.h" @@ -51,23 +39,6 @@ unsigned long page_mask; unsigned long page_size; -int groupid = 0; -unsigned int thread_number = 0; -unsigned int nr_process = 0; -unsigned int nr_thread = 0; -int shm_id = 0; -int temp_stall_ts; -unsigned long done_secs = 0; - -/* - * Just expose an empty list, if the OS does not support disk util stats - */ -#ifndef FIO_HAVE_DISK_UTIL -FLIST_HEAD(disk_list); -#endif - -unsigned long arch_flags = 0; - static int endian_check(void) { union {