From owner-freebsd-hackers Tue Aug 17 9:59:44 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from sv01.cet.co.jp (sv01.cet.co.jp [210.171.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 998E414F32; Tue, 17 Aug 1999 09:59:33 -0700 (PDT) (envelope-from michaelh@cet.co.jp) Received: from localhost (michaelh@localhost) by sv01.cet.co.jp (8.9.3/8.9.3) with SMTP id RAA18271; Tue, 17 Aug 1999 17:00:02 GMT Date: Wed, 18 Aug 1999 02:00:02 +0900 (JST) From: Michael Hancock To: Bill Studenmund Cc: Hackers@FreeBSD.ORG, fs@FreeBSD.ORG Subject: Re: BSD XFS Port & BSD VFS Rewrite In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 17 Aug 1999, Bill Studenmund wrote: > I've compared the two, and making the NetBSD number match the FreeBSD > number is one of my goals. :-) > > Any suggestions, or just plod&fix? It can be very cumbersome tracking down references being bumped by vref/VREF and other operations. Among the uncompleted operations are VOPs that pre-release the returned vpp to the caller. I think in VOP_MKNOD this was done as a convenience and you might have to add code to handle device vp aliases correctly. Just remember the rule, the allocating layer must be the layer that deallocates. Regards, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message