From owner-cvs-src@FreeBSD.ORG Thu Aug 14 13:06:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FF5937B401 for ; Thu, 14 Aug 2003 13:06:36 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BCC3543FDF for ; Thu, 14 Aug 2003 13:06:34 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 93979 invoked by uid 1000); 14 Aug 2003 20:06:35 -0000 Date: Thu, 14 Aug 2003 13:06:35 -0700 (PDT) From: Nate Lawson To: Robert Watson , Lukas Ertl In-Reply-To: <20030814184108.AE45F37B49A@hub.freebsd.org> Message-ID: <20030814125213.X93797@root.org> References: <20030814184108.AE45F37B49A@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/growfs debug.c debug.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 20:06:36 -0000 On Thu, 14 Aug 2003, Robert Watson wrote: > Modified files: > sbin/growfs debug.c debug.h > Log: > Commit 1 of 2 to fix ffsinfo(8) for UFS2. > > Add support for UFS2 to the UFS debugging routines in growfs; required > to update ffsinfo(8) for UFS2. A variety of types and fs variables are > renamed to reflect UFS1/2 structures. Also, the print routines for > inodes are now split into separate UFS1 and UFS2 versions. We now > define dbg_dump_csum_total(), but lose the printing of rotational > information since that's not present in UFS2. In the future, we may > want to re-add this functionality to print it solely for UFS1. > > Submitted by: Lukas Ertl > PR: bin/53517 > > Revision Changes Path > 1.8 +286 -115 src/sbin/growfs/debug.c > 1.2 +9 -3 src/sbin/growfs/debug.h Nice. I have been working on UFS2 support for growfs so if you have any work in that area, let me know. Most of it is sblock-related. -Nate