cvs commit: src/sys/fs/fifofs fifo_vnops.c
Don Lewis
truckman at FreeBSD.org
Mon May 17 13:16:41 PDT 2004
truckman 2004/05/17 13:16:40 PDT
FreeBSD src repository
Modified files:
sys/fs/fifofs fifo_vnops.c
Log:
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().
Revision Changes Path
1.94 +23 -24 src/sys/fs/fifofs/fifo_vnops.c
More information about the cvs-src
mailing list