Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src/sys
Module Name: src
Committed By: snj
Date: Fri Aug 25 05:46:47 UTC 2017
Modified Files:
src/sys/kern [netbsd-8]: vfs_mount.c vfs_vnode.c
src/sys/miscfs/deadfs [netbsd-8]: dead_vfsops.c
src/sys/sys [netbsd-8]: vnode_impl.h
Log Message:
Pull up following revision(s) (requested by hannken in ticket #227):
sys/sys/vnode_impl.h: revision 1.16
sys/kern/vfs_vnode.c: revision 1.97
sys/kern/vfs_vnode.c: revision 1.98
sys/kern/vfs_mount.c: revision 1.67
sys/miscfs/deadfs/dead_vfsops.c: revision 1.8
No need to cache anonymous device vnodes, they will never be looked up.
Set key to (dead_rootmount, 0, NULL) and add assertions.
--
Change forced unmount to revert open device vnodes to anonymous devices.
To generate a diff of this commit:
cvs rdiff -u -r1.65.2.1 -r1.65.2.2 src/sys/kern/vfs_mount.c
cvs rdiff -u -r1.93.2.1 -r1.93.2.2 src/sys/kern/vfs_vnode.c
cvs rdiff -u -r1.7 -r1.7.10.1 src/sys/miscfs/deadfs/dead_vfsops.c
cvs rdiff -u -r1.13.6.1 -r1.13.6.2 src/sys/sys/vnode_impl.h
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