From 379064396dc88723e0d7ff4ee1c654a6631de522 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Tue, 30 Jan 2007 05:01:06 +0000 Subject: [PATCH] Remove MSDOSFS_LARGE compile time option. It has been converted to a run time "-o large" mount option. PR: 105964 MFC after: 2 weeks --- sys/conf/NOTES | 12 ------------ sys/conf/options | 3 --- 2 files changed, 15 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 04dbe9055aad..4e693f4e9a73 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1082,18 +1082,6 @@ options MSDOSFS_ICONV options NTFS_ICONV options UDF_ICONV -# Experimental support for large MS-DOS filesystems. -# -# WARNING: This uses at least 32 bytes of kernel memory (which is not -# reclaimed until the FS is unmounted) for each file on disk to map -# between the 32-bit inode numbers used by VFS and the 64-bit pseudo-inode -# numbers used internally by msdosfs. This is only safe to use in certain -# controlled situations (e.g. read-only FS with less than 1 million files). -# Since the mappings do not persist across unmounts (or reboots), these -# filesystems are not suitable for exporting through NFS, or any other -# application that requires fixed inode numbers. -options MSDOSFS_LARGE - ##################################################################### # POSIX P1003.1B diff --git a/sys/conf/options b/sys/conf/options index 0687223e523f..c05e4051756d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -255,9 +255,6 @@ NFS_ROOT opt_nfsroot.h # SMB/CIFS requester NETSMB opt_netsmb.h -# Experimental support for large MS-DOS filesystems; SEE WARNING IN "NOTES"! -MSDOSFS_LARGE opt_msdosfs.h - # Options used only in subr_param.c. HZ opt_param.h MAXFILES opt_param.h