cvs commit: src/sbin/fsck fsck.c
Juli Mallett
jmallett at FreeBSD.org
Thu Apr 24 18:12:36 PDT 2003
jmallett 2003/04/24 18:12:35 PDT
FreeBSD src repository
Modified files:
sbin/fsck fsck.c
Log:
Back out previous delta to fix fsck on filesystems without an fstab entry,
where we want to take the disklabel filesystem type of "4.2BSD" and use
fsck_4.2bsd on those filesystems.
Add a comment about why the code is there, now that we know:
* XXX This is a kludge to make automatic filesystem type guessing
* from the disklabel work for "4.2BSD" filesystems. It does a
* very limited subset of transliteration to a normalised form of
* filesystem name, and we do not seem to enforce a filesystem
* name character set.
Revision Changes Path
1.14 +23 -1 src/sbin/fsck/fsck.c
More information about the cvs-src
mailing list