NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44209 CVS commit: src/sbin/resize_ffs



The following reply was made to PR bin/44209; it has been noted by GNATS.

From: "Michael L. Hitch" <mhitch%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44209 CVS commit: src/sbin/resize_ffs
Date: Sun, 12 Dec 2010 19:53:23 +0000

 Module Name:   src
 Committed By:  mhitch
 Date:          Sun Dec 12 19:53:23 UTC 2010
 
 Modified Files:
        src/sbin/resize_ffs: resize_ffs.c
 
 Log Message:
 Add support for old ffsv1 superblocks.  After reading an old superblock,
 copy appropriate data to where they are expected in the updated superblock.
 When writing the updated superblock, move the updated values back to the
 old ffsv1 superblock locations.  Also check for old superblock format when
 updating the last cylinder group and adjust cg_old_ncyl appropriately.
 Derived from how mksf sets them.  Should address PR bin/44209.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.19 -r1.20 src/sbin/resize_ffs/resize_ffs.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index