cvs commit: src/sbin/growfs growfs.c

Nate Lawson nate at root.org
Sun May 11 22:54:47 PDT 2003


On Mon, 12 May 2003, Greg 'groggy' Lehey wrote:
> On Sunday, 11 May 2003 at 22:41:47 -0700, Nate Lawson wrote:
> > On Sun, 11 May 2003, Greg Lehey wrote:
> >>   Modified files:
> >>     sbin/growfs          growfs.c
> >>   Log:
> >>   Understand GEOM.  This makes growfs work again, but it really needs rewriting.
> >>
> >>   Submitted by:   Lukas Ertl <l.ertl at univie.ac.at>
> >>   Approved by:    re (scottl)
> >>
> >>   Revision  Changes    Path
> >>   1.15      +58 -29    src/sbin/growfs/growfs.c
> >
> > Growfs has some other problems before it will work (well) on -current.
> > I'm working on the UFS1/2 superblock issue.
>
> Ah, good.  Have you thought of merging it back into newfs?

Yes, it will help there too.  I've taken the superblock update routines
from ufs/ffs/ffs_vfsops.c and put them in a single file shared by user and
kernel.  All *fs utilities will run the sblock through it before operating
on it.  But it's a bit premature to post diffs yet.

-Nate


More information about the cvs-all mailing list