Module Name: src Committed By: riz Date: Mon Nov 29 19:54:11 UTC 2010
Modified Files: src/sbin/resize_ffs: resize_ffs.c Log Message: Restore a couple of checks for updating the cg_old_ncyl value which were commented out with XXX and a notation to "fix once fsck is fixed." fsck seems to have been fixed for this particular issue sometime in the 7 years since the code was brought into the tree. Update cg_old_niblk instead of cg_ni_blk, since this tool currently supports ffsv1 only. With these two changes, I can grow a file system and have the result be clean according to fsck_ffs. Shrinking still results in an unclean file system. OK mhitch@ While I'm here, fix a typo in an error message. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 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.