Date: Sun, 8 Mar 1998 16:54:45 -0600 (CST) From: dave adkins <adkin003@tc.umn.edu> To: current@FreeBSD.ORG Subject: ext2fs broken from latest file system changes Message-ID: <Pine.NEB.3.96.980308164133.6532A-100000@samthedog>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.980308164133.6532A-100000>