Remove MSDOSFS_LARGE compile time option. It has been converted

to a run time "-o large" mount option.

PR:		105964
MFC after:	2 weeks
This commit is contained in:
Craig Rodrigues 2007-01-30 05:01:06 +00:00
parent bade0e00f3
commit 379064396d
2 changed files with 0 additions and 15 deletions

View File

@ -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

View File

@ -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