On Thu, 21 Dec 2000 [EMAIL PROTECTED] wrote:
> Can somebody tell me why mount call just hangs? Is there anyway to take a
> dump when the call is being executed.
You don't need a dump. Just go to the source and start inserting
printk() statements all over the sys_mount/do_mount etc. and sooner or
later the reason for hang will become obvious. Either it is a bug in your
program or in the kernel (or both). In any case it can be fixed.
Regards,
Tigran
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/