X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos.h;fp=os%2Fos.h;h=b46f4164008eb9d63a33f8b668204e77060314dd;hb=42eb99528738f7d613e345c2db2eae63555234f7;hp=9a280e541f1b505a45622f7649279650c0c1165c;hpb=2fbe1e195999e23c95b08d03eadac0b5f95330e7;p=fio.git diff --git a/os/os.h b/os/os.h index 9a280e54..b46f4164 100644 --- a/os/os.h +++ b/os/os.h @@ -172,10 +172,6 @@ extern int fio_cpus_split(os_cpu_mask_t *mask, unsigned int cpu); #endif #endif -#ifndef FIO_MAX_JOBS -#define FIO_MAX_JOBS 4096 -#endif - #ifndef CONFIG_SOCKLEN_T typedef unsigned int socklen_t; #endif