From d7575845ab5481a3e2b17b5e32d4ad0a0d943087 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 3 Jul 2014 09:41:58 -0600 Subject: [PATCH 1/1] tp: remove debug start/shutdown printfs Signed-off-by: Jens Axboe --- tp.c | 3 --- 1 file changed, 3 deletions(-) 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; } -- 2.25.1