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

Robert Watson rwatson at FreeBSD.org
Tue Sep 20 06:33:08 PDT 2005


rwatson     2005-09-20 13:33:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  Merge fifo_vnops.c:1.123 from HEAD to RELENG_5:
  
    As a result of kqueue locking work, socket buffer locks will always
    be held when entering a kqueue filter for fifos via a socket buffer
    event: as such, assert the lock unconditionally rather than acquiring
    it conditionally.
  
  Revision   Changes    Path
  1.101.2.6  +6 -18     src/sys/fs/fifofs/fifo_vnops.c


More information about the cvs-src mailing list