Module Name: src Committed By: pooka Date: Mon Mar 9 15:35:11 UTC 2015
Modified Files: src/sys/kern: subr_device.c vfs_mount.c Log Message: The use of root_device is not limited to vfs, so don't supply it in vfs_mount.c, use subr_device.c instead. Fixes rump kernels built with DEBUG by again not making the base depend on the vfs faction, as reported by Patrick Welche. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/kern/subr_device.c cvs rdiff -u -r1.32 -r1.33 src/sys/kern/vfs_mount.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.