]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Back out previous delta to fix fsck on filesystems without an fstab entry,
authorjmallett <jmallett@FreeBSD.org>
Fri, 25 Apr 2003 01:12:35 +0000 (01:12 +0000)
committerjmallett <jmallett@FreeBSD.org>
Fri, 25 Apr 2003 01:12:35 +0000 (01:12 +0000)
commita521aa5aa4b354de2cb042c0909b4830a4884051
tree41c3a9d908c2174bed0fdf5812304039f4e98d8b
parent5464273ad70a1fc80994e78e7f8f16b771fc9dbb
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.
sbin/fsck/fsck.c