From owner-freebsd-current Wed Feb 19 21:21:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA17855 for current-outgoing; Wed, 19 Feb 1997 21:21:13 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA17850 for ; Wed, 19 Feb 1997 21:21:10 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id QAA21023; Thu, 20 Feb 1997 16:15:33 +1100 Date: Thu, 20 Feb 1997 16:15:33 +1100 From: Bruce Evans Message-Id: <199702200515.QAA21023@godzilla.zeta.org.au> To: babkin@hq.icb.chel.su, bde@zeta.org.au Subject: Re: dinode.h bug ? Cc: current@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> [dinode.h] >> No, it has the _new_ form of [acm]time fields which prevents most >> filesystem utilities from being compiled (dump, fsck etc.). The >But the kernel refuses from being compiled too. Did it not merged >yet too ? Most of it has been merged. Everything in the kernel except lfs compiles. Among the file systems, ufs and procfs seems to work as well as before. nfs often panics for writes. msdosfs panics early. I haven't tried any other file systems. Bruce