Module Name: src Committed By: hannken Date: Fri Jun 18 16:29:02 UTC 2010
Modified Files: src/distrib/sets/lists/comp: mi src/doc: CHANGES src/share/man/man9: Makefile vnsubr.9 src/sys/fs/unionfs: unionfs_subr.c src/sys/kern: vfs_subr.c vfs_vnops.c src/sys/sys: lock.h param.h vnode.h Log Message: Remove the concept of recursive vnode locks by eliminating vn_setrecurse(), vn_restorerecurse() and LK_CANRECURSE. Welcome to 5.99.31 Discussed on tech-kern. To generate a diff of this commit: cvs rdiff -u -r1.1467 -r1.1468 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.1404 -r1.1405 src/doc/CHANGES cvs rdiff -u -r1.332 -r1.333 src/share/man/man9/Makefile cvs rdiff -u -r1.38 -r1.39 src/share/man/man9/vnsubr.9 cvs rdiff -u -r1.6 -r1.7 src/sys/fs/unionfs/unionfs_subr.c cvs rdiff -u -r1.404 -r1.405 src/sys/kern/vfs_subr.c cvs rdiff -u -r1.172 -r1.173 src/sys/kern/vfs_vnops.c cvs rdiff -u -r1.83 -r1.84 src/sys/sys/lock.h cvs rdiff -u -r1.365 -r1.366 src/sys/sys/param.h cvs rdiff -u -r1.219 -r1.220 src/sys/sys/vnode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.