> have got it right. Does anyone know what this part of the > flock(2) manpage means? > > A single file may not simultaneously have both shared and > exclusive locks. AFAIK its saying LOCK_EX is exclusive and blocks shared locks and vice versa. Its a standard reader-writer lock setup. LOCK_EX is writer, LOCK_SH is reader. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Multithreaded locks.c Andrew Morton
- Re: Multithreaded locks.c Alan Cox
- Re: Multithreaded locks.c Andrew Morton
- Re: Multithreaded locks.c yodaiken