Dan Halbert <[EMAIL PROTECTED]> writes:

> Jeff Moyer wrote:
>> I can't reproduce the problem.  Would you be willing to enable
>> debugging in the kernel module.
>>   
> Sure, happy to do this, though you'll need to tell me how to turn that 
> on. I'm testing on a machine I have complete control over.

Apply the following patch and rebuild the kernel module.

Cheers,

Jeff

--- linux-2.6.9/fs/autofs4/autofs_i.h.orig      2007-10-08 12:43:00.000000000 
-0400
+++ linux-2.6.9/fs/autofs4/autofs_i.h   2007-10-08 12:43:06.000000000 -0400
@@ -30,7 +30,7 @@
 #include <asm/current.h>
 #include <asm/uaccess.h>
 
-/* #define DEBUG */
+#define DEBUG
 
 #ifdef DEBUG
 #define DPRINTK(fmt,args...) do { printk(KERN_DEBUG "pid %d: %s: " fmt "\n" , 
current->pid , __FUNCTION__ , ##args); } while(0)

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to