Subject: CVS commit: [ktrace-lwp] src/sys/netsmb
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 10/31/2004 07:22:23
Module Name: src
Committed By: skrll
Date: Sun Oct 31 07:22:23 UTC 2004
Modified Files:
src/sys/netsmb [ktrace-lwp]: smb_conn.h smb_iod.c
Log Message:
Do the s/lwp/proc/ changes for NetBSD only.
Obtain the lwp from the process returned to us by kthread_create1 using
LIST_FIRST(&p->p_lwps).
Remove the iod->iod_l = curlwp assignment before the
KASSERT(iod->iod_l == curlwp)
To generate a diff of this commit:
cvs rdiff -r1.14.2.3 -r1.14.2.4 src/sys/netsmb/smb_conn.h
cvs rdiff -r1.21.2.4 -r1.21.2.5 src/sys/netsmb/smb_iod.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.