From owner-svn-src-all@FreeBSD.ORG Thu Jan 15 09:20:14 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A71A106566B; Thu, 15 Jan 2009 09:20:14 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 0BDB38FC17; Thu, 15 Jan 2009 09:20:13 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from localhost (pool-70-20-243-115.phil.east.verizon.net [70.20.243.115]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 17F3C67FB7; Thu, 15 Jan 2009 18:01:36 +0900 (JST) Date: Thu, 15 Jan 2009 04:00:04 -0500 From: Yoshihiro Ota To: "David E. O'Brien" Message-Id: <20090115040004.65e9f36e.ota@j.email.ne.jp> In-Reply-To: <200901130608.n0D68blf091810@svn.freebsd.org> References: <200901130608.n0D68blf091810@svn.freebsd.org> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ota@j.email.ne.jp, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r187130 - head/sbin/mount X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 09:20:14 -0000 While you are working on mount, can you take a look at this patch? http://lists.freebsd.org/pipermail/freebsd-current/2007-February/068980.html The problem is that all mount_XXX programs that are not in the base system fail; i.e. everything from the ports or all mount_XXX programs anyone creates out side of the base system. I am not sure what is happening with nmount(2) and mount(1) programs or if these file-system list are temporary or permanent. It will be nice if someone can give me a pointer or short summary on the plan for nmount(). Thanks, Hiro On Tue, 13 Jan 2009 06:08:37 +0000 (UTC) "David E. O'Brien" wrote: > Author: obrien > Date: Tue Jan 13 06:08:37 2009 > New Revision: 187130 > URL: http://svn.freebsd.org/changeset/base/187130 > > Log: > r187093 failed to keep the lifetime of the pointer suitable for reentrancy. > Fix that. Also move the current buffer size into the 'cpa' structure. > > Modified: > head/sbin/mount/mount.c