aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2007-01-30 05:01:06 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2007-01-30 05:01:06 +0000
commit379064396dc88723e0d7ff4ee1c654a6631de522 (patch)
treec9d199ebd6039342a90178aa9ac3b556c9a6f5be
parentbade0e00f3e784c2fc1f3ccd8c6ec916dae44965 (diff)
Notes
-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 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