K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-09-15T20:27:25.000000Z K 7 svn:log V 288 Merge fifo_vnops.c:1.115 from HEAD to RELENG_6: 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). Approved by: re (kensmith) END