summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-01-30 05:01:06 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-01-30 05:01:06 +0000
commitb188fcdf2727f4997ea2479cce56757d1cc6ebb0 (patch)
treec9d199ebd6039342a90178aa9ac3b556c9a6f5be /sys
parent810381390e1ef21ae1a63571dda81779ce14b842 (diff)
downloadFreeBSD-src-b188fcdf2727f4997ea2479cce56757d1cc6ebb0.zip
FreeBSD-src-b188fcdf2727f4997ea2479cce56757d1cc6ebb0.tar.gz
Remove MSDOSFS_LARGE compile time option. It has been converted
to a run time "-o large" mount option. PR: 105964 MFC after: 2 weeks
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES12
-rw-r--r--sys/conf/options3
2 files changed, 0 insertions, 15 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 04dbe90..4e693f4 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 0687223..c05e405 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
OpenPOWER on IntegriCloud