From owner-freebsd-current Sun Mar 8 14:58:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24715 for freebsd-current-outgoing; Sun, 8 Mar 1998 14:58:02 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mhub3.tc.umn.edu (0@mhub3.tc.umn.edu [128.101.131.53]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA24681 for ; Sun, 8 Mar 1998 14:57:56 -0800 (PST) (envelope-from adkin003@tc.umn.edu) Received: from pub-19-c-219.dialup.umn.edu by mhub3.tc.umn.edu; Sun, 8 Mar 98 16:57:46 -0600 Date: Sun, 8 Mar 1998 16:54:45 -0600 (CST) From: dave adkins X-Sender: adkin003@samthedog To: current@FreeBSD.ORG Subject: ext2fs broken from latest file system changes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems that the latest changes that incorporated the softupdates stuff has broken ext2fs. There were a few places where SI_MOUNTEDON remained. Removing them and replacing them with (p)->v_specmountpoint = mp or NULL depending on whether we're mounting or unmounting. With this change the mount seems to work OK, but when ext2_sync runs it faults when VTOI() returns a NULL inode ptr. dave adkins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message