X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fsyslet-rw.c;h=2a3095d405c7f0a80ef773877e24acbcdb0009f9;hp=74a6b31145167c00be9c6d9cadb974a3d69c43d5;hb=7756b0d046ef74c32df134c8b716237cc5e16bad;hpb=4d2e0f49006af315ec8653008938bc51f2a0ddac diff --git a/engines/syslet-rw.c b/engines/syslet-rw.c index 74a6b311..2a3095d4 100644 --- a/engines/syslet-rw.c +++ b/engines/syslet-rw.c @@ -194,7 +194,7 @@ static int fio_syslet_prep(struct thread_data fio_unused *td, struct io_u *io_u) static void cachemiss_thread_start(void) { while (1) - async_thread(); + async_thread(NULL, NULL); } #define THREAD_STACK_SIZE (16384)