K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-09-16T09:01:50.000000Z K 7 svn:log V 260 Merge fifo_vnops.c:1.115 from HEAD to RELENG_5: 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). END