Subject: CVS commit: [netbsd-3] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/02/2005 15:53:52
Module Name:	src
Committed By:	tron
Date:		Sat Jul  2 15:53:52 UTC 2005

Modified Files:
	src/sys/kern [netbsd-3]: vfs_subr.c

Log Message:
Pull up revision 1.250 (requested by elad in ticket #487):
- Avoid pollution of struct vnode. Save the fingerprint evaluation status
in the veriexec table entry; the lookups are very cheap now. Suggested
by Chuq.
- Handle non-regular (!VREG) files correctly).
- Remove (no longer needed) FINGERPRINT_NOENTRY.


To generate a diff of this commit:
cvs rdiff -r1.243.2.2 -r1.243.2.3 src/sys/kern/vfs_subr.c

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