Date: Thu, 14 Aug 2003 11:40:59 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/growfs debug.c debug.h Message-ID: <200308141840.h7EIexCb066238@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/08/14 11:40:59 PDT FreeBSD src repository 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 <l.ertl@univie.ac.at> PR: bin/53517 Revision Changes Path 1.8 +286 -115 src/sbin/growfs/debug.c 1.2 +9 -3 src/sbin/growfs/debug.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308141840.h7EIexCb066238>