From owner-svn-src-head@FreeBSD.ORG Mon Nov 7 19:54:16 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6917C1065676; Mon, 7 Nov 2011 19:54:16 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id D4BC78FC0C; Mon, 7 Nov 2011 19:54:15 +0000 (UTC) Received: by ywt32 with SMTP id 32so7476448ywt.13 for ; Mon, 07 Nov 2011 11:54:15 -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:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=+XqW3t4trOX7WZAdG1eB7DK6IAn/xknr63fX19kkboU=; b=NhCD9f7EcKJylbwYnmc9ilHl7JHII3B/0bW7EM5W8MSoITglKU5AG5JmySzGz4frTl b/9a1mdqELuHwxq0SRKKxocHgBgMinEs8CuKfwRDiVpj7+s7Libs99PwFaz6U307i0o1 jHpMVfnr2t3R1syOd8dCAdqVMRUGeOPAPUdYg= Received: by 10.101.194.15 with SMTP id w15mr1905225anp.62.1320694117308; Mon, 07 Nov 2011 11:28:37 -0800 (PST) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.100.58.9 with HTTP; Mon, 7 Nov 2011 11:27:56 -0800 (PST) In-Reply-To: <201111071621.pA7GLob4087040@svn.freebsd.org> References: <201111071621.pA7GLob4087040@svn.freebsd.org> From: Ivan Voras Date: Mon, 7 Nov 2011 20:27:56 +0100 X-Google-Sender-Auth: Bt71rjWldZKuBV8jtElLh4mW4zs Message-ID: To: Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r227310 - head/sys/fs/tmpfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 07 Nov 2011 19:54:16 -0000 On 7 November 2011 17:21, Marcel Moolenaar wrote: > Author: marcel > Date: Mon Nov =C2=A07 16:21:50 2011 > New Revision: 227310 > URL: http://svn.freebsd.org/changeset/base/227310 > > Log: > =C2=A0Don astbestos garment and remove the warning about TMPFS being expe= rimental > =C2=A0-- highly experimental even. So far the closest to a bug in TMPFS t= hat people > =C2=A0have gotten to relates to how ZFS can take away from the memory tha= t TMPFS > =C2=A0needs. One can argue that such is not a bug in TMPFS. Irrespective,= even if > =C2=A0there is a bug here and there in TMPFS, it's not in our own advanta= ge to > =C2=A0scare people away from using TMPFS. I for one have been using it, e= ven with > =C2=A0ZFS, very successfully. Thanks! It should be ok by now.