From owner-svn-src-head@FreeBSD.ORG Thu Oct 18 03:02:55 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60028FE4; Thu, 18 Oct 2012 03:02:55 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 179018FC08; Thu, 18 Oct 2012 03:02:54 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi1so8427114pad.13 for ; Wed, 17 Oct 2012 20:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=0V6l1aEwhu1t0o+/z3X/zzMj94vt1UqAo9ttiedNqAI=; b=tprzs64uOG/MEjrwEbCUWEF/8BJuo66LPNJR22iSuEKCmiBoA+7AnU2JiX0igcbtOS qSIsXzik/HGaJRTSgZ5pJSh170YCOO7FJu0HgLdcgftrSOGOGxxz5HNkV9s//JA7RzBS 1485+vOWAMjrwbFZEt9Fw1G2lbYbbrmE65g84R2tjkNO9Yh5tfoPfmZ2HyxrHePAJtYP 6eco8xGMAGk5kqVoZ3byoptPFO4Nw4BymNQ8jSb8xLNB/sXfdnEl6p4wqztB4Jp+EXSK EvbrT3cjSkJDIzqJFvAhgNzn1PznqHXK2Y4B/yVKTbJ1JljHkU4RbNuQjWhd71OySRR9 fHPQ== Received: by 10.68.189.102 with SMTP id gh6mr37321822pbc.37.1350529374431; Wed, 17 Oct 2012 20:02:54 -0700 (PDT) Received: from localhost (c-76-21-78-68.hsd1.ca.comcast.net. [76.21.78.68]) by mx.google.com with ESMTPS id vw4sm13457229pbc.26.2012.10.17.20.02.53 (version=SSLv3 cipher=OTHER); Wed, 17 Oct 2012 20:02:53 -0700 (PDT) Date: Wed, 17 Oct 2012 20:03:12 -0700 From: Gleb Kurtsou To: Attilio Rao Subject: Re: 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... Message-ID: <20121018030312.GA1983@reks> References: <201210171130.q9HBU0fH060245@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201210171130.q9HBU0fH060245@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 03:02:55 -0000 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 >