Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index