1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/fs/fifofs
Don Lewis 2526dc2b61 Switch from using the vnode interlock to a private mutex in fifo_open()
to avoid lock order problems when manipulating the sockets associated
with the fifo.

Minor optimization of a couple of calls to fifo_cleanup() from
fifo_open().
2004-05-17 20:16:40 +00:00
..
fifo_vnops.c Switch from using the vnode interlock to a private mutex in fifo_open() 2004-05-17 20:16:40 +00:00
fifo.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00