From owner-cvs-all@FreeBSD.ORG Sat Oct 2 17:17:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D802B16A4CE; Sat, 2 Oct 2004 17:17:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6EF743D49; Sat, 2 Oct 2004 17:17:04 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i92HH42B014107; Sat, 2 Oct 2004 17:17:04 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i92HH4ZZ014106; Sat, 2 Oct 2004 17:17:04 GMT (envelope-from takawata) Message-Id: <200410021717.i92HH4ZZ014106@repoman.freebsd.org> From: Takanori Watanabe Date: Sat, 2 Oct 2004 17:17:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/unionfs union_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 17:17:05 -0000 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