freebsd-dev/sys/fs/fifofs
Robert Watson a1b9943657 Add an assertion that fifo_open() doesn't race against other threads
while sleeping to allocate fifo state: due to using the vnode lock to
serialize access to a fifo during open, it shouldn't happen (tm).

MFC after:	3 days
2005-09-12 10:06:38 +00:00
..
fifo_vnops.c Add an assertion that fifo_open() doesn't race against other threads 2005-09-12 10:06:38 +00:00
fifo.h /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:10:42 +00:00