Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2009 01:31:16 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/growfs growfs.c
Message-ID:  <200910050131.n951VOf7096143@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2009-10-05 01:31:16 UTC

  FreeBSD src repository

  Modified files:
    sbin/growfs          growfs.c 
  Log:
  SVN rev 197763 on 2009-10-05 01:31:16Z by mjacob
  
  The cylinder group tag cg_initediblk needs to match the number of inodes
  actually initialized. In the growfs case for UFS2, no inodes were actually
  being initialized and the number of inodes noted as initialized was the
  number of inodes per group. This created a filesystem that was deemed
  corrupted because the inodes thus added were full of garbage.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.27      +8 -2      src/sbin/growfs/growfs.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910050131.n951VOf7096143>