Module Name: src Committed By: christos Date: Thu Sep 1 09:04:09 UTC 2011
Modified Files: src/sys/kern: vfs_mount.c vfs_subr.c vfs_vnode.c Log Message: Check for v_type before v_rdev because it is cheaper and safer. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/kern/vfs_mount.c cvs rdiff -u -r1.424 -r1.425 src/sys/kern/vfs_subr.c cvs rdiff -u -r1.9 -r1.10 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.