insmod takes too long

From: eran borovik (ser_at_techst02.technion.ac.il)
Date: 08/24/03


Date: Sun, 24 Aug 2003 18:14:14 +0200

Hi, I develop a rather bizarre kernel module which on initialization
allocates about 8 threads and 16m of memory via vmalloc.
The thing is that if I enable printk in the module, insmod loads it almost
instantiously. If I disable printk, insmod appear to hang
for about 50 seconds before returning.
What could be the problem??

ERAN.