svn commit: r187130 - head/sbin/mount

Yoshihiro Ota ota at j.email.ne.jp
Thu Jan 15 01:20:14 PST 2009


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 at 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


More information about the svn-src-all mailing list