From: Jens Axboe Date: Wed, 26 Oct 2005 15:06:04 +0000 (+0200) Subject: [PATCH] fio: malloc debug cruft X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0f3b0d67aaf4adf74039232bbd80bb909fbda23a;p=disktools.git [PATCH] fio: malloc debug cruft --- diff --git a/fio.c b/fio.c index 8a15b15..c7c0b1c 100644 --- a/fio.c +++ b/fio.c @@ -1691,13 +1691,11 @@ static int parse_jobs_ini(char *file) continue; } if (!check_str(p, "mem", "malloc")) { - printf("got malloc\n"); td->mem_type = MEM_MALLOC; fgetpos(f, &off); continue; } if (!check_str(p, "mem", "shm")) { - printf("got shm\n"); td->mem_type = MEM_SHM; fgetpos(f, &off); continue;