Re: KSE-related panic in NFS + patch

2001-09-24 Thread Julian Elischer
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

KSE-related panic in NFS + patch

2001-09-24 Thread Alexander N. Kabaev
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 =