CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/12/17 09:44:12
Modified files: sys/kern : vfs_subr.c Log message: if anyone vref()s a VNON vnode, panic. This should not happen. Written while trying to debug the nfs_inactive panics. Turns out it never got hit, but it's a useful check to have. ok beck@