Date: Thu, 15 Jan 2009 04:00:04 -0500 From: Yoshihiro Ota <ota@j.email.ne.jp> To: "David E. O'Brien" <obrien@FreeBSD.org> 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 Message-ID: <20090115040004.65e9f36e.ota@j.email.ne.jp> In-Reply-To: <200901130608.n0D68blf091810@svn.freebsd.org> References: <200901130608.n0D68blf091810@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <obrien@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090115040004.65e9f36e.ota>