From owner-freebsd-current Mon Jun 14 20:55:18 1999 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id 4F96814D1A for ; Mon, 14 Jun 1999 20:55:17 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id UAA14268; Mon, 14 Jun 1999 20:55:14 -0700 (PDT) (envelope-from dillon) Date: Mon, 14 Jun 1999 20:55:14 -0700 (PDT) From: Matthew Dillon Message-Id: <199906150355.UAA14268@apollo.backplane.com> To: "David E. Cross" , Chuck Robey , David Scheidt , Chan Yiu Wah , freebsd-current@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: What happened to CTM src-cur? References: <199906150028.UAA22149@cs.rpi.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ack, you may have opened up a can of worms here. I don't even think that nfs_namei() does the right thing when it returns an error... it doesn't look like it clears the ndp->ni_vp either in some error cases. We are going to have to instrument the code - basically means NULLing out ni_vp and any local vnode pointer when the vnode in question is released so we can keep track of it and putting KASSERT()s in strategic places. nfs_namei() in nfs/nfs_subs.c and just about all the subroutines defined in nfs/nfs_serv.c. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message