--- zzzz-none-000/linux-2.4.17/kernel/kmod.c 2001-07-18 01:23:50.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/kernel/kmod.c 2004-11-24 13:21:27.000000000 +0000 @@ -180,6 +180,8 @@ #define MAX_KMOD_CONCURRENT 50 /* Completely arbitrary value - KAO */ static int kmod_loop_msg; + printk("request_module(%s)\n", module_name); + /* Don't allow request_module() before the root fs is mounted! */ if ( ! current->fs->root ) { printk(KERN_ERR "request_module[%s]: Root fs not mounted\n",