Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes:
> If this operation is able to fail (and of course it is) it should block
> on unlink(2).

FreeBSD is not DOS; unlink(2) does not actually remove the file.  It
is removed by the filesystem if the link count is zero when the vnode
is released, which may be immediately after the unlink(2) call, or an
indefinite amount of time later if the file was open at the time.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to