From owner-cvs-src@FreeBSD.ORG Mon Jan 24 23:51:21 2005 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 9B1F916A4CE; Mon, 24 Jan 2005 23:51:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7056743D3F; Mon, 24 Jan 2005 23:51:21 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0ONpLam089352; Mon, 24 Jan 2005 23:51:21 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0ONpLOY089351; Mon, 24 Jan 2005 23:51:21 GMT (envelope-from phk) Message-Id: <200501242351.j0ONpLOY089351@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 24 Jan 2005 23:51:21 +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_subr.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: Mon, 24 Jan 2005 23:51:21 -0000 phk 2005-01-24 23:51:21 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_subr.c union_vnops.c Log: Don't call VOP_CREATEVOBJECT(), it's the responsibility of the filesystem which owns the vnode. Revision Changes Path 1.84 +0 -10 src/sys/fs/unionfs/union_subr.c 1.123 +0 -6 src/sys/fs/unionfs/union_vnops.c