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: Tue Oct 23 16:16:26 UTC 2007
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Don't take a reference to the vfsops structure in mount_domount().
It is now taken when the vfs structure is received instead of having
to randomly add references in random places. Fixes at least vfs
lkm unload.
To generate a diff of this commit:
cvs rdiff -r1.329 -r1.330 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