cvs commit: src/sys/fs/fifofs fifo_vnops.c

Robert Watson rwatson at FreeBSD.org
Thu Sep 15 13:27:31 PDT 2005


rwatson     2005-09-15 20:27:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  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)
  
  Revision   Changes    Path
  1.113.2.2  +2 -0      src/sys/fs/fifofs/fifo_vnops.c


More information about the cvs-src mailing list