Subject: CVS commit: [ktrace-lwp] src/sys
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 07/03/2003 01:32:57
Module Name:	src
Committed By:	wrstuden
Date:		Thu Jul  3 01:32:57 UTC 2003

Modified Files:
	src/sys/fs/union [ktrace-lwp]: union.h union_subr.c union_vfsops.c
	    union_vnops.c
	src/sys/kern [ktrace-lwp]: vfs_vnops.c
	src/sys/sys [ktrace-lwp]: vnode.h

Log Message:
LWP-ify union fs.

Note: These changes suffer from the same cnp->cn_lwp issue noted for
ufs. They will need to get fixed at the same time as ufs. The fix is to
add struct lwp * as a parameter to some VOPs.

Note also that most of the cn_lwp references used to be cn_proc references,
so if cnp->cn_lwp is bad to use, unionfs's been naughty for quite some
time.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.2.1 src/sys/fs/union/union.h
cvs rdiff -r1.6 -r1.6.2.1 src/sys/fs/union/union_subr.c \
    src/sys/fs/union/union_vnops.c
cvs rdiff -r1.8 -r1.8.2.1 src/sys/fs/union/union_vfsops.c
cvs rdiff -r1.72.2.1 -r1.72.2.2 src/sys/kern/vfs_vnops.c
cvs rdiff -r1.112.2.1 -r1.112.2.2 src/sys/sys/vnode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.