From owner-freebsd-current@FreeBSD.ORG Sat Jun 25 17:21:05 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 581A2106567E for ; Sat, 25 Jun 2011 17:21:05 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.freebsd.org (Postfix) with SMTP id E8D298FC19 for ; Sat, 25 Jun 2011 17:21:04 +0000 (UTC) Received: (qmail 75639 invoked from network); 25 Jun 2011 17:21:03 -0000 Received: from 87.58.145.224 (HELO x2.osted.lan) (87.58.145.224) by relay02.pair.com with SMTP; 25 Jun 2011 17:21:03 -0000 X-pair-Authenticated: 87.58.145.224 Received: from x2.osted.lan (localhost [127.0.0.1]) by x2.osted.lan (8.14.4/8.14.4) with ESMTP id p5PHL2nj010415; Sat, 25 Jun 2011 19:21:02 +0200 (CEST) (envelope-from pho@x2.osted.lan) Received: (from pho@localhost) by x2.osted.lan (8.14.4/8.14.4/Submit) id p5PHL2Vx010414; Sat, 25 Jun 2011 19:21:02 +0200 (CEST) (envelope-from pho) Date: Sat, 25 Jun 2011 19:21:02 +0200 From: Peter Holm To: Kostik Belousov Message-ID: <20110625172102.GA10311@x2.osted.lan> References: <20110623163109.GA508@dragon.NUXI.org> <20110623202153.GS48734@deviant.kiev.zoral.com.ua> <20110624103016.GA71991@x2.osted.lan> <20110624110627.GW48734@deviant.kiev.zoral.com.ua> <20110624132105.GA75382@x2.osted.lan> <20110624145043.GY48734@deviant.kiev.zoral.com.ua> <20110624162003.GA79067@x2.osted.lan> <20110624195716.GZ48734@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110624195716.GZ48734@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: Thoughts on TMPFS no longer being considered "highly experimental" 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: Sat, 25 Jun 2011 17:21:05 -0000 On Fri, Jun 24, 2011 at 10:57:16PM +0300, Kostik Belousov wrote: > On Fri, Jun 24, 2011 at 06:20:03PM +0200, Peter Holm wrote: > > Got a "panic: Not a vnode object" quite fast: > > > > http://people.freebsd.org/~pho/stress/log/kostik441.txt > > Ah, yes, this is an assertion that was added in the r209702. > http://people.freebsd.org/~kib/misc/tmpfs.7.patch Looks good. The mmap(2) test doesn't panic any more, nor does any of the other TMPFS tests I have. - Peter