From: Jens Axboe Date: Thu, 3 Jul 2014 15:41:58 +0000 (-0600) Subject: tp: remove debug start/shutdown printfs X-Git-Tag: fio-2.1.11~30 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d7575845ab5481a3e2b17b5e32d4ad0a0d943087 tp: remove debug start/shutdown printfs Signed-off-by: Jens Axboe --- diff --git a/tp.c b/tp.c index 36e2d0f5..81d17b64 100644 --- a/tp.c +++ b/tp.c @@ -27,8 +27,6 @@ static void *tp_thread(void *data) INIT_FLIST_HEAD(&work_list); - printf("tp_thread running\n"); - while (1) { pthread_mutex_lock(&tdat->lock); @@ -51,7 +49,6 @@ static void *tp_thread(void *data) tp_flush_work(&work_list); } - printf("outta here\n"); return NULL; }