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:
parent
bade0e00f3
commit
379064396d
@ -1082,18 +1082,6 @@ options MSDOSFS_ICONV
|
|||||||
options NTFS_ICONV
|
options NTFS_ICONV
|
||||||
options UDF_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
|
# POSIX P1003.1B
|
||||||
|
@ -255,9 +255,6 @@ NFS_ROOT opt_nfsroot.h
|
|||||||
# SMB/CIFS requester
|
# SMB/CIFS requester
|
||||||
NETSMB opt_netsmb.h
|
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.
|
# Options used only in subr_param.c.
|
||||||
HZ opt_param.h
|
HZ opt_param.h
|
||||||
MAXFILES opt_param.h
|
MAXFILES opt_param.h
|
||||||
|
Loading…
Reference in New Issue
Block a user