backend: remove debug du thread exit notice
authorJens Axboe <axboe@fb.com>
Thu, 23 Oct 2014 14:58:16 +0000 (08:58 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 23 Oct 2014 14:58:16 +0000 (08:58 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c

index dd7dc67ea6bdae550a41d11a8cb6d9c844dcaf33..14803c3835de6c0cda1e155f07e271bafce45c81 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -2009,10 +2009,8 @@ static void *disk_thread_main(void *data)
                }
 
                ret = pthread_cond_timedwait(&du_cond, &du_lock, &ts);
                }
 
                ret = pthread_cond_timedwait(&du_cond, &du_lock, &ts);
-               if (ret != ETIMEDOUT) {
-                       printf("disk thread should exit %d\n", ret);
+               if (ret != ETIMEDOUT)
                        break;
                        break;
-               }
 
                ret = update_io_ticks();
 
 
                ret = update_io_ticks();