svn commit: r241636 - in head: etc/mtree include lib/libprocstat rescue/rescue sbin sbin/mount share/dict share/man/man7 sys/boot/forth sys/conf sys/geom/label sys/kern sys/mips/rmi sys/modules sys...
Gleb Kurtsou
gleb.kurtsou at gmail.com
Thu Oct 18 03:02:55 UTC 2012
On (17/10/2012 11:30), Attilio Rao wrote:
> Author: attilio
> Date: Wed Oct 17 11:30:00 2012
> New Revision: 241636
> URL: http://svn.freebsd.org/changeset/base/241636
>
> Log:
> 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.
>
[...]
Why not to keep glabel ntfs support? I find it very useful on its own
and it seems to require only a few constants and structs from ntfs.h
Thanks,
Gleb.
>
> Modified: head/sys/modules/geom/geom_label/Makefile
> ==============================================================================
> --- head/sys/modules/geom/geom_label/Makefile Wed Oct 17 11:28:44 2012 (r241635)
> +++ head/sys/modules/geom/geom_label/Makefile Wed Oct 17 11:30:00 2012 (r241636)
> @@ -8,7 +8,6 @@ SRCS+= g_label_ext2fs.c
> SRCS+= g_label_gpt.c
> SRCS+= g_label_iso9660.c
> SRCS+= g_label_msdosfs.c
> -SRCS+= g_label_ntfs.c
> SRCS+= g_label_reiserfs.c
> SRCS+= g_label_ufs.c
>
More information about the svn-src-head
mailing list