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

Robert Watson rwatson at FreeBSD.org
Fri Sep 16 06:36:45 PDT 2005


rwatson     2005-09-16 13:36:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  Merge fifo_vnops.c:1.123 from HEAD to RELENG_6:
  
    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.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.113.2.9  +6 -18     src/sys/fs/fifofs/fifo_vnops.c


More information about the cvs-all mailing list