From owner-svn-src-head@FreeBSD.ORG Wed Jan 20 17:34:59 2010 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 76CA21065676; Wed, 20 Jan 2010 17:34:59 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 2D9248FC1E; Wed, 20 Jan 2010 17:34:58 +0000 (UTC) Received: by ewy3 with SMTP id 3so1814843ewy.13 for ; Wed, 20 Jan 2010 09:34:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=wb9Lsmktah9/oDCXTxHnRJALbqHx6fLU56hFjhexu9Q=; b=frDtmMyCablpcSyf2ljbgY5LJmMf4fvnAIkYs4lh92Klj5Swy17Cqah1bO1IhVhV1K ipXq3R0ptN9Es/HMwdsW6FL249VP0U0dkmU0aOvUc2UeAl95OacSBU8LJlv31XVmSBvI Hf8+HuGR5QSAK6NCQ76+blmRxNy4a44wzOzjk= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=IhAadjFezX75fOIHCQN9pqNMBjZ7ZKLgKuqq9mQQeD1g6E6kAVyuQLrN5GrFxv5S4X BpBQLvfq+0v9QCIGpCHkBu88pdE5aIwpa/ZzVpiqJET38+AhIetXKl4247MBWx3+NmRI 0RQXqWxli1dkAhVIkCaXWDiC8qswe7Dl88/gs= MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.216.162.142 with SMTP id y14mr85592wek.192.1264008897205; Wed, 20 Jan 2010 09:34:57 -0800 (PST) In-Reply-To: <201001201656.o0KGuKKG061597@svn.freebsd.org> References: <201001201656.o0KGuKKG061597@svn.freebsd.org> From: Ivan Voras Date: Wed, 20 Jan 2010 18:34:37 +0100 X-Google-Sender-Auth: d194db9473a8eb03 Message-ID: <9bbcef731001200934n67f7c009sb39a6fe238ac4a8@mail.gmail.com> To: Jaakko Heinonen 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: r202708 - 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: Wed, 20 Jan 2010 17:34:59 -0000 2010/1/20 Jaakko Heinonen : > Author: jh > Date: Wed Jan 20 16:56:20 2010 > New Revision: 202708 > URL: http://svn.freebsd.org/changeset/base/202708 > Modified: > =C2=A0head/sys/fs/tmpfs/tmpfs_subr.c > =C2=A0head/sys/fs/tmpfs/tmpfs_vfsops.c Any chance of downgrading the "considered highly experimental" status message of tmpfs to something less scary? Like "will probably not set your hamster on fire"? :) I admit I haven't used it for any really demanding work but it looks ok enough for /tmp on some busy systems.