summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-10-17 11:30:00 +0000
committerattilio <attilio@FreeBSD.org>2012-10-17 11:30:00 +0000
commit85c1a64cecadd26f43985905ac6c8e75e790b490 (patch)
tree0937a218c6749d7a5b2ac80ab96d9f4fdbb231a3 /sbin/mount
parent3f4806915ef86ad20f5602a0e46a27fc609e65ba (diff)
downloadFreeBSD-src-85c1a64cecadd26f43985905ac6c8e75e790b490.zip
FreeBSD-src-85c1a64cecadd26f43985905ac6c8e75e790b490.tar.gz
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.
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.82
-rw-r--r--sbin/mount/mount.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 7b81955..cda2f4c 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -446,7 +446,6 @@ However, for the following file system types:
.Cm mfs ,
.Cm msdosfs ,
.Cm nfs ,
-.Cm ntfs ,
.Cm nullfs ,
.Cm oldnfs ,
.Cm smbfs ,
@@ -543,7 +542,6 @@ support for a particular file system might be provided either on a static
.Xr mount_cd9660 8 ,
.Xr mount_msdosfs 8 ,
.Xr mount_nfs 8 ,
-.Xr mount_ntfs 8 ,
.Xr mount_nullfs 8 ,
.Xr mount_smbfs 8 ,
.Xr mount_udf 8 ,
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 7b97219..a69c673 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -142,7 +142,7 @@ use_mountprog(const char *vfstype)
*/
unsigned int i;
const char *fs[] = {
- "cd9660", "mfs", "msdosfs", "nfs", "ntfs",
+ "cd9660", "mfs", "msdosfs", "nfs",
"nullfs", "oldnfs", "smbfs", "udf", "unionfs",
NULL
};
OpenPOWER on IntegriCloud