Module Name: src Committed By: christos Date: Thu Sep 29 20:51:39 UTC 2011
Modified Files: src/sys/kern: vfs_vnode.c Log Message: rename vpanic() to vnpanic() and make it varyadic. While there, fix the broken formats, always call panic() from vnpanic() and make all the calls use vnpanic(). We only call vprint() on DIAGNOSTIC now. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/kern/vfs_vnode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.