From owner-freebsd-current@FreeBSD.ORG Tue Nov 8 12:13:27 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17F2D106564A; Tue, 8 Nov 2011 12:13:27 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF168FC16; Tue, 8 Nov 2011 12:13:25 +0000 (UTC) Received: by wwp14 with SMTP id 14so558991wwp.31 for ; Tue, 08 Nov 2011 04:13:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=bVInmB15V5d/S/QFTdomLYJ4cUCoE4bV+Mv6bfmm850=; b=eqgwxZB/x6SLQTQynygVL0H+lCvlvTQlgrKlzSUZaoYVOY+/OFtrlGQFQwALYJrkYI RZfVmVMr5K10U3AnMRnkVlJQpXNRtOKdw4BEHC1w8SOdIBM7U5X0Jr5+fBEc7jftdv4T h6zSPBbIpem6i7kjvu+YiXf34aiK9a050HFTs= MIME-Version: 1.0 Received: by 10.227.198.140 with SMTP id eo12mr32596432wbb.20.1320754405096; Tue, 08 Nov 2011 04:13:25 -0800 (PST) Sender: asmrookie@gmail.com Received: by 10.216.182.3 with HTTP; Tue, 8 Nov 2011 04:13:25 -0800 (PST) In-Reply-To: <201111081018.pA8AI7ha027020@svn.freebsd.org> References: <201111081018.pA8AI7ha027020@svn.freebsd.org> Date: Tue, 8 Nov 2011 13:13:25 +0100 X-Google-Sender-Auth: AeKyKV7w0IkfNv45encLOKw1atM Message-ID: From: Attilio Rao To: freebsd-arch@freebsd.org, freebsd-current@freebsd.org, FreeBSD FS Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: svn commit: r227333 - in head: . sys/amd64/conf sys/arm/conf sys/conf sys/i386/conf sys/ia64/conf sys/kern sys/mips/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 12:13:27 -0000 2011/11/8 Attilio Rao : > Author: attilio > Date: Tue Nov =C2=A08 10:18:07 2011 > New Revision: 227333 > URL: http://svn.freebsd.org/changeset/base/227333 > > Log: > =C2=A0Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default = on > =C2=A0all the architectures. > =C2=A0The option allows to mount non-MPSAFE filesystem. Without it, the > =C2=A0kernel will refuse to mount a non-MPSAFE filesytem. > > =C2=A0This patch is part of the effort of killing non-MPSAFE filesystems > =C2=A0from the tree. This is just a gentle reminder in order to point you further to the "official" page: http://wiki.freebsd.org/NONMPSAFE_DEORBIT_VFS and encourage once again people in adopting a dying FS if it really matters to them. So far, unfortunately, I didn't see a lot of activity in this area but I hope that this would change soon. Attilio --=20 Peace can only be achieved by understanding - A. Einstein