From owner-freebsd-fs@FreeBSD.ORG Tue Aug 17 03:54:05 2004 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FAF916A4CE; Tue, 17 Aug 2004 03:54:05 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C4243D41; Tue, 17 Aug 2004 03:54:04 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7H3sPOr057358; Mon, 16 Aug 2004 21:54:25 -0600 (MDT) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)i7H3sOsq057355; Mon, 16 Aug 2004 21:54:25 -0600 (MDT) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Mon, 16 Aug 2004 21:54:24 -0600 (MDT) From: Scott Long Sender: scottl@pooker.samsco.org To: Xin LI In-Reply-To: <20040816163017.GA2890@frontfree.net> Message-ID: <20040816215320.K32601@pooker.samsco.org> References: <20040816163017.GA2890@frontfree.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-fs@freebsd.org cc: re@freebsd.org Subject: Re: [PATCH] Generalize BAD_MAGIC usage so it will apply to UFS1 too X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 03:54:05 -0000 On Tue, 17 Aug 2004, Xin LI wrote: > Hi, > > Here is a patch which will generalize UFS2's BAD FLAG to UFS1 initialization > as well. > > Cheers, > -- I like the idea of this patch, but I really hate messing around in the filesystem right before a release. Have you sent this directly to Kirk McKusick and Tor Egge? Scott