svn commit: r224614 - head/sys/kern

Jung-uk Kim jkim at FreeBSD.org
Thu Aug 4 21:46:55 UTC 2011


On Tuesday 02 August 2011 03:13 pm, Martin Matuska wrote:
> Author: mm
> Date: Tue Aug  2 19:13:56 2011
> New Revision: 224614
> URL: http://svn.freebsd.org/changeset/base/224614
>
> Log:
>   For mount, discover f_mntonname from supplied path argument
>   using vn_fullpath_global(). This fixes f_mntonname if mounting
>   inside chroot, jail or with relative path as argument.
>
>   For unmount in jail, use vn_fullpath_global() to discover
>   global path from supplied path argument. This fixes unmount in
> jail.

It seems fdescfs(5) hangs after this commit if the mount point 
is /dev/fd.

Jung-uk Kim


More information about the svn-src-all mailing list