atom feed6 messages in org.freebsd.freebsd-currentRe: potential UFS kernel problem
FromSent OnAttachments
David O'BrienSep 30, 1998 12:53 am 
Eivind EklundSep 30, 1998 2:05 am 
David O'BrienSep 30, 1998 2:14 am 
Doug WhiteSep 30, 1998 10:32 am 
David O'BrienSep 30, 1998 10:38 am 
Dmitrij TejblumOct 4, 1998 12:25 pm 
Subject:Re: potential UFS kernel problem
From:Dmitrij Tejblum (di@tejblum.dnttm.rssi.ru)
Date:Oct 4, 1998 12:25:49 pm
List:org.freebsd.freebsd-current

"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