From 5a4420e314efd8db100b7263321b8dbe4b916b01 Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Wed, 22 Nov 2000 17:54:56 +0000 Subject: [PATCH] We do not support lfs. Remove it from list of remountable fs'es. --- sbin/mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 317777665c65..877339b731b6 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -117,7 +117,7 @@ static struct opt { */ static const char * remountable_fs_names[] = { - "ufs", "ffs", "lfs", "ext2fs", + "ufs", "ffs", "ext2fs", 0 };