From owner-freebsd-current Tue Oct 24 12:20:27 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27218 for current-outgoing; Tue, 24 Oct 1995 12:20:27 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA27213 for ; Tue, 24 Oct 1995 12:20:24 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA13911; Tue, 24 Oct 1995 12:11:48 -0700 From: Terry Lambert Message-Id: <199510241911.MAA13911@phaeton.artisoft.com> Subject: Re: fs layering pathces doesn't work. To: phk@critter.tfs.com (Poul-Henning Kamp) Date: Tue, 24 Oct 1995 12:11:48 -0700 (MST) Cc: terry@lambert.org, phk@freefall.freebsd.org, current@freebsd.org In-Reply-To: <1639.814523482@critter.tfs.com> from "Poul-Henning Kamp" at Oct 24, 95 09:31:22 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 758 Sender: owner-current@freebsd.org Precedence: bulk > > ] ./miscfs/devfs/devfs_vnops.c: FREE(ap->a_cnp->cn_pnbuf, M_NAM > -current == 1.15 > EI); > > ] ./miscfs/union/union_subr.c: free(cn.cn_pnbuf, M_NAMEI); > > ] ./miscfs/union/union_subr.c: free(cn.cn_pnbuf, M_NAMEI); > -current == 1.7 > > ] ./ufs/ufs/ufs_vnops.c: FREE(cnp->cn_pnbuf, M_NAMEI); > > ] ./ufs/ufs/ufs_vnops.c: free(cnp->cn_pnbuf, M_NAMEI); > > ] ./ufs/ufs/ufs_vnops.c: FREE(cnp->cn_pnbuf, M_NAMEI); > -current == 1.31 > > > ] Hope you can find it from this. > It sounds to me like YOU are not running -current... > > Could you check the versions above against your tree ? Will do later today. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.