aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-11-22 17:54:56 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-11-22 17:54:56 +0000
commit5a4420e314efd8db100b7263321b8dbe4b916b01 (patch)
tree38e682281aaae656c799b694a3259176c7d8336e /sbin/mount
parent89368610f8d99992a476bc07b86a2df00a3ed433 (diff)
downloadsrc-5a4420e314efd8db100b7263321b8dbe4b916b01.tar.gz
src-5a4420e314efd8db100b7263321b8dbe4b916b01.zip
We do not support lfs. Remove it from list of remountable fs'es.
Notes
Notes: svn path=/head/; revision=69056
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
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
};