Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/15/2007 19:13:31
Module Name:	src
Committed By:	pooka
Date:		Mon Jan 15 19:13:31 UTC 2007

Modified Files:
	src/sys/kern: vfs_subr.c vfs_syscalls.c

Log Message:
TAILQ_INIT a mountpoint's vnode queue and always add vnodes to the
tail instead of an explicit check to add to the head for an empty
queue.  Apparently TAILQ_INSERT_HEAD happens to work for a
non-initialized head and does implicit initialization so that
TAILQ_INSERT_TAIL works after that.


To generate a diff of this commit:
cvs rdiff -r1.278 -r1.279 src/sys/kern/vfs_subr.c
cvs rdiff -r1.295 -r1.296 src/sys/kern/vfs_syscalls.c

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