Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 1999 20:55:14 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        "David E. Cross" <crossd@cs.rpi.edu>, Chuck Robey <chuckr@picnic.mat.net>, David Scheidt <dscheidt@enteract.com>, Chan Yiu Wah <c5666305@hkstar.com>, freebsd-current@FreeBSD.ORG, crossd@cs.rpi.edu
Subject:   Re: What happened to CTM src-cur? 
Message-ID:  <199906150355.UAA14268@apollo.backplane.com>
References:  <199906150028.UAA22149@cs.rpi.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
    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 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906150355.UAA14268>