"David O'Brien" wrote:
I would really appreciate it if someone would see if this patch to
GENERIC produces a kernel that can't mount a UFS root.
[...]
Especially for you:
--- vfs_init.c Sun Oct 4 00:45:32 1998
+++ vfs_init.c Sun Oct 4 16:17:39 1998
@@ -251,7 +251,7 @@
* Initialize each file system type.
*/
vattr_null(&va_null);
- maxtypenum = 0;
+ maxtypenum = 1;
vfc = (struct vfsconf **)vfs_set.ls_items;
vfsconf = *vfc;
for (; *vfc != NULL; maxtypenum++, vfc++) {
Dima
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message