X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=fc64e3adf22b3f626f662b260c292934c107548f;hb=fca7035863bd570270376a0c06776e5549ff813e;hp=16866ddff95737805abc5610be8e471bc805ca39;hpb=5982a925647f5d376bd7c2aca27e49b4cfe4a2c1;p=fio.git diff --git a/fio.h b/fio.h index 16866ddf..fc64e3ad 100644 --- a/fio.h +++ b/fio.h @@ -557,7 +557,7 @@ static inline void fio_ro_check(struct thread_data *td, struct io_u *io_u) #define RAND_MAP_IDX(f, b) (TO_MAP_BLOCK(f, b) / BLOCKS_PER_MAP) #define RAND_MAP_BIT(f, b) (TO_MAP_BLOCK(f, b) & (BLOCKS_PER_MAP - 1)) -#define MAX_JOBS (2048) +#define REAL_MAX_JOBS 2048 #define td_non_fatal_error(e) ((e) == EIO || (e) == EILSEQ)