Date: Sun, 31 May 1998 12:42:38 +1000 From: Bruce Evans <bde@zeta.org.au> To: eivind@yes.no, fs@FreeBSD.ORG Subject: Re: componentnames to VOPs Message-ID: <199805310242.MAA28948@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>Is there any documentation as to whether these should be locked by >namei() or not? vnodes are locked by namei() according to the LOCKPARENT and LOCKLEAF flags. I don't know what you mean by locking a componentname. If the parent isn't locked, then the information in the componentname may become stale. Mostly you don't care. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805310242.MAA28948>