CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2020/07/13 00:52:53
Modified files: sbin/fsck_ffs : fsck.h inode.c pass1.c pass5.c utilities.c Log message: Both phase 1 and phase 5 need the cylinder group meta data, so save those in phase one to be used in phase 5, unless we're tight on memory. >From FreeBSD; ok bket@