Module Name: src Committed By: hannken Date: Mon Nov 12 11:00:07 UTC 2012
Modified Files: src/sys/kern: vfs_vnode.c vfs_vnops.c Log Message: Bring back Manuel Bouyers patch to resolve races between vget() and vrelel() resulting in vget() returning dead vnodes. It is impossible to resolve these races in vn_lock(). Needs pullup to NetBSD-6. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/kern/vfs_vnode.c cvs rdiff -u -r1.185 -r1.186 src/sys/kern/vfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.