From 85c1a64cecadd26f43985905ac6c8e75e790b490 Mon Sep 17 00:00:00 2001 From: attilio Date: Wed, 17 Oct 2012 11:30:00 +0000 Subject: 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. --- rescue/rescue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue') diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index ab88108..b617353 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -93,7 +93,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect \ fsirand gbde geom ifconfig init \ kldconfig kldload kldstat kldunload ldconfig \ md5 mdconfig mdmfs mknod mount mount_cd9660 \ - mount_msdosfs mount_nfs mount_ntfs mount_nullfs \ + mount_msdosfs mount_nfs mount_nullfs \ mount_udf mount_unionfs newfs \ newfs_msdos nos-tun ping reboot \ restore rcorder route routed rtquery rtsol savecore \ -- cgit v1.1