aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2012-10-17 11:30:00 +0000
committerAttilio Rao <attilio@FreeBSD.org>2012-10-17 11:30:00 +0000
commita42ac676f5979f067e7073427876c5e6afff80bd (patch)
tree0937a218c6749d7a5b2ac80ab96d9f4fdbb231a3 /sys/conf/NOTES
parente6116d5b8e55f021844ac2331aa533a1a114fc8f (diff)
downloadsrc-a42ac676f5979f067e7073427876c5e6afff80bd.tar.gz
src-a42ac676f5979f067e7073427876c5e6afff80bd.zip
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
GIANT from VFS. This code is particulary broken and fragile and other in-kernel implementations around, found in other operating systems, don't really seem clean and solid enough to be imported at all. If someone wants to reconsider in-kernel NTFS implementation for inclusion again, a fair effort for completely fixing and cleaning it up is expected. In the while NTFS regular users can use FUSE interface and ntfs-3g port to work with their NTFS partitions. This is not targeted for MFC.
Notes
Notes: svn path=/head/; revision=241636
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c7802ef77205..3d1d9e94fa6e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1006,11 +1006,6 @@ options NFSCL #experimental NFS client with NFSv4
options NFSD #experimental NFS server with NFSv4
options KGSSAPI #Kernel GSSAPI implementation
-# NT File System. Read-mostly, see mount_ntfs(8) for details.
-# For a full read-write NTFS support consider sysutils/fusefs-ntfs
-# port/package.
-options NTFS
-
options NULLFS #NULL filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
@@ -1116,7 +1111,6 @@ device ksyms
# Each option requires their base file system and LIBICONV.
options CD9660_ICONV
options MSDOSFS_ICONV
-options NTFS_ICONV
options UDF_ICONV