/* sanity check system clock against root filesystem timestamp */
inittodr(mp->mnt_time);
vfs_unbusy(mp, curproc);
/*
* MFS grabs the process when it calls VFS_START and doesn't
* let it go, but MFS won't allow itself to be mounted as root.
*/
error = VFS_START(mp, 0, curproc);
}
return(error);
***
/* you loose */
/* you lose */
panic("mfs_mount: mount MFS as root: not configured!");