From owner-freebsd-stable@FreeBSD.ORG Fri May 26 00:49:23 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97CEB16CAD2 for ; Fri, 26 May 2006 00:43:46 +0000 (UTC) (envelope-from jd@ugcs.caltech.edu) Received: from groat.ugcs.caltech.edu (groat.ugcs.caltech.edu [131.215.176.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A7E43D5F for ; Fri, 26 May 2006 00:43:44 +0000 (GMT) (envelope-from jd@ugcs.caltech.edu) Received: by groat.ugcs.caltech.edu (Postfix, from userid 3640) id ACE355880B; Thu, 25 May 2006 17:43:43 -0700 (PDT) Date: Thu, 25 May 2006 17:43:43 -0700 From: Paul Allen To: Jonathan Noack Message-ID: <20060526004343.GE28128@groat.ugcs.caltech.edu> References: <20060525205414.GC30137@xor.obsecurity.org> <44764417.4030004@alumni.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44764417.4030004@alumni.rice.edu> Sender: jd@ugcs.caltech.edu Cc: freebsd-stable@freebsd.org, Kris Kennaway Subject: Re: kmem leak in tmpmfs? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 00:49:24 -0000 >From Jonathan Noack , Thu, May 25, 2006 at 07:56:07PM -0400: > I am currently running with the following in /etc/rc.conf and haven't > experienced any problems: > tmpmfs_flags="-S -o async" Is there a way to accomplish this with an fstab entry? md /tmp mfs rw,async,-s1024m,-S no,I don't think so. But surely it would be better to just fixup the standard mount -t path to not call mount_mfs...