cvs commit: src/sys/fs/fifofs fifo_vnops.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sat Jan 26 04:34:24 PST 2008
    
    
  
rwatson     2008-01-26 12:34:23 UTC
  FreeBSD src repository
  Modified files:
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  Remove Giant acquisition around soreceive() and sosend() in fifofs.  The
  bug that caused us to reintroduce it is believed to be fixed, and Kris
  says he no longer sees problems with fifofs in highly parallel builds.
  If this works out, we'll MFC it for 7.1.
  
  MFC after:      3 months
  Pointed out by: kris
  
  Revision  Changes    Path
  1.143     +4 -10     src/sys/fs/fifofs/fifo_vnops.c
    
    
More information about the cvs-src
mailing list