From owner-cvs-src@FreeBSD.ORG Sat Oct 2 18:34:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 411D116A4CE; Sat, 2 Oct 2004 18:34:16 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAEB43D1F; Sat, 2 Oct 2004 18:34:15 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.1/8.12.10) with ESMTP id i92IYVp7001081; Sat, 2 Oct 2004 14:34:31 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.1/8.12.10/Submit) id i92IYVbf001080; Sat, 2 Oct 2004 14:34:31 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Sat, 2 Oct 2004 14:34:31 -0400 From: David Schultz To: Takanori Watanabe Message-ID: <20041002183431.GA908@VARK.MIT.EDU> Mail-Followup-To: Takanori Watanabe , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200410021717.i92HH4ZZ014106@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410021717.i92HH4ZZ014106@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/fs/unionfs union_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 18:34:16 -0000 On Sat, Oct 02, 2004, Takanori Watanabe wrote: > takawata 2004-10-02 17:17:04 UTC > > FreeBSD src repository > > Modified files: > sys/fs/unionfs union_vnops.c > Log: > Fix a problem when you try to mount a directory on another directory > belongs to the same filesystem. In this problem, getcwd(3) will fail. > > I found the problem two years ago and I have forgotten to merge. > > http://docs.FreeBSD.org/cgi/mid.cgi?200202251435.XAA91094 > > Revision Changes Path > 1.109 +2 -0 src/sys/fs/unionfs/union_vnops.c Nice! PR 55993?