Hi, In looking at vn_open, I see that it calls namei and then a little while later calls VOP_CREATE.
If the user did open(..., ... O_CREAT | O_EXCL, ...), what prevents a race where one process discovers that the name doesn't already exist but another gets in and creates the name? Regards ----- Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org, sharpe[at]ethereal.com, http://www.richardsharpe.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message