From owner-svn-src-all@FreeBSD.ORG Thu Aug 4 23:36:20 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 327C2106566B; Thu, 4 Aug 2011 23:36:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: d@delphij.net Date: Thu, 4 Aug 2011 19:36:09 -0400 User-Agent: KMail/1.6.2 References: <201108021913.p72JDun2064946@svn.freebsd.org> <201108041746.47551.jkim@FreeBSD.org> <4E3B2202.30205@delphij.net> In-Reply-To: <4E3B2202.30205@delphij.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201108041936.12732.jkim@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Martin Matuska Subject: Re: svn commit: r224614 - head/sys/kern 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, 04 Aug 2011 23:36:20 -0000 On Thursday 04 August 2011 06:49 pm, Xin LI wrote: > On 08/04/11 14:46, Jung-uk Kim wrote: > > 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. > > Please find attached kib@'s patch that fixes this issue (david > wolfskill and I have both tested individually). Yes, it cured the hang. Thanks, Jung-uk Kim