From owner-freebsd-current@FreeBSD.ORG Tue Mar 6 20:07:41 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9409106566B; Tue, 6 Mar 2012 20:07:41 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id EF2E48FC1D; Tue, 6 Mar 2012 20:07:40 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so6170564bkc.13 for ; Tue, 06 Mar 2012 12:07:39 -0800 (PST) Received-SPF: pass (google.com: domain of asmrookie@gmail.com designates 10.112.10.41 as permitted sender) client-ip=10.112.10.41; Authentication-Results: mr.google.com; spf=pass (google.com: domain of asmrookie@gmail.com designates 10.112.10.41 as permitted sender) smtp.mail=asmrookie@gmail.com; dkim=pass header.i=asmrookie@gmail.com Received: from mr.google.com ([10.112.10.41]) by 10.112.10.41 with SMTP id f9mr12025184lbb.8.1331064459761 (num_hops = 1); Tue, 06 Mar 2012 12:07:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=7c7TxVuV5fQtrLqX+Yf9wNa/vC+OA9Q90X91vtKsw1s=; b=bQdjm5OowhZvCjztMjC8s2l0MOuApKc5SJoTDArDfypqQ3tRV0ZLkkNUqq4VFTrT7G dv4fhPfJRamgKZDohHwSI2lPSKbQqr8tb4To1c4cVuUn4tT3c1sMouQEFmzq2EtIm1Ts ciM27GbSyYwT8enYvgRzQZvBQlQeod9AytP4Fio4iPFAZt2JeA9uLCOKUJIZUO5Cdhwn 3dECUksMIS6kGZXFOu2oR70sKTGyj5Pcf9V4zxe8wfqYzATMk4BM6BaO7uyaxks07Opj ck/TwqoX8Y84w5trhzqgcQIplTetWpgMUEkhNJjWSu9SmzGF9dDcaQ4uc1sGmg/00TYg 9bsQ== MIME-Version: 1.0 Received: by 10.112.10.41 with SMTP id f9mr9858767lbb.8.1331064459688; Tue, 06 Mar 2012 12:07:39 -0800 (PST) Sender: asmrookie@gmail.com Received: by 10.112.41.5 with HTTP; Tue, 6 Mar 2012 12:07:39 -0800 (PST) In-Reply-To: <201203062001.q26K1Q7R055245@svn.freebsd.org> References: <201203062001.q26K1Q7R055245@svn.freebsd.org> Date: Tue, 6 Mar 2012 20:07:39 +0000 X-Google-Sender-Auth: kp6NxKA7YxMGX8_xFkoKKM8tvuA Message-ID: From: Attilio Rao To: FreeBSD Arch , "freebsd-current@freebsd.org" , FreeBSD FS Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: svn commit: r232619 - in head: . sys/amd64/conf sys/arm/conf sys/i386/conf sys/ia64/conf 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, 06 Mar 2012 20:07:41 -0000 2012/3/6, Attilio Rao : > Author: attilio > Date: Tue Mar 6 20:01:25 2012 > New Revision: 232619 > URL: http://svn.freebsd.org/changeset/base/232619 > > Log: > Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported > platforms. > This will make every attempt to mount a non-mpsafe filesystem to the > kernel forbidden, unless it is expressely compiled with > VFS_ALLOW_NONMPSAFE option. This is just a gentle reminder in order to point you further to the "official" page: http://wiki.freebsd.org/NONMPSAFE_DEORBIT_VFS and to mention that the time for removing non-mpsafe filesystem is approaching. In 6 months we will disconnect from the tree the non-mpsafe filesystems and will remove the whole non-mpsafe handling infrastructure in the VFS and the buffer cache, thus please think about stepping up and convert your favourite filesystem. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein