From: Jens Axboe Date: Fri, 23 May 2008 08:11:27 +0000 (+0200) Subject: smalloc: debug X-Git-Tag: fio-1.21-rc1~10 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=868eb3cc388f4f34a68a633a1cf8b036c4dcc47a;hp=c5dda9e387101dba4a654f6304553509d73dc298;p=fio.git smalloc: debug Signed-off-by: Jens Axboe --- diff --git a/smalloc.c b/smalloc.c index 7ffc112c..7b30ce70 100644 --- a/smalloc.c +++ b/smalloc.c @@ -384,8 +384,6 @@ void *smalloc(unsigned int size) { unsigned int i; - printf("size=%u\n", size); - global_read_lock(); i = last_pool;