We do not support lfs. Remove it from list of remountable fs'es.

This commit is contained in:
Alexey Zelkin 2000-11-22 17:54:56 +00:00
parent 89368610f8
commit 5a4420e314
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69056

View File

@ -117,7 +117,7 @@ static struct opt {
*/
static const char *
remountable_fs_names[] = {
"ufs", "ffs", "lfs", "ext2fs",
"ufs", "ffs", "ext2fs",
0
};