Date: Sun, 04 Oct 1998 23:26:10 +0400 From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> To: obrien@NUXI.com Cc: freebsd-current@FreeBSD.ORG Subject: Re: potential UFS kernel problem Message-ID: <199810041926.XAA03748@tejblum.dnttm.rssi.ru> In-Reply-To: Your message of "Wed, 30 Sep 1998 00:53:30 PDT." <19980930005330.A1326@nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810041926.XAA03748>