Philippe Gramoullé <[EMAIL PROTECTED]> writes:

> Hello,
>
> If you don't use BSD flock() nor O_EXCL in a dotlocking scheme, there shouldn't be 
> any
> problem with NFS linux server and BSD client.

FreeBSD 4.8 as NFS client doesn't do any locking at all.

O_EXCL doesn't work across NFS anyways, workaround: use mkstemp(2) and
link(2).

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95

Reply via email to