thanks
I'll fix it..
On Mon, 24 Sep 2001, Alexander N. Kabaev wrote:
> It appears that nfs_msg function in nfsclient/nfs_socket.c file
> is not prepared to deal with NULL thread pointer passed to it
> and bogusly tries to reference td->td_proc.
>
> I had to add this simple patch to avoid pani
It appears that nfs_msg function in nfsclient/nfs_socket.c file
is not prepared to deal with NULL thread pointer passed to it
and bogusly tries to reference td->td_proc.
I had to add this simple patch to avoid panics:
Index: nfs_socket.c
=