From owner-cvs-src@FreeBSD.ORG Tue Oct 5 05:59:30 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 7E12816A4CE; Tue, 5 Oct 2004 05:59:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CAF843D66; Tue, 5 Oct 2004 05:59:30 +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 i955xUIc021938; Tue, 5 Oct 2004 05:59:30 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i955xUbQ021937; Tue, 5 Oct 2004 05:59:30 GMT (envelope-from takawata) Message-Id: <200410050559.i955xUbQ021937@repoman.freebsd.org> From: Takanori Watanabe Date: Tue, 5 Oct 2004 05:59:30 +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.h union_vfsops.c 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: Tue, 05 Oct 2004 05:59:30 -0000 takawata 2004-10-05 05:59:30 UTC FreeBSD src repository Modified files: sys/fs/unionfs union.h union_vfsops.c union_vnops.c Log: Fix unionfs problems when a directory is mounted on other directory with different file systems. This may cause ill things with my previous fix. Now it translate fsid of direct child of mount point directory only. Pointed out by: Uwe Doering Revision Changes Path 1.29 +1 -0 src/sys/fs/unionfs/union.h 1.68 +7 -0 src/sys/fs/unionfs/union_vfsops.c 1.110 +3 -1 src/sys/fs/unionfs/union_vnops.c