cvs commit: src/sys/net pfil.c
    Max Laier 
    mlaier at FreeBSD.org
       
    Thu Sep 30 13:08:36 PDT 2004
    
    
  
mlaier      2004-09-30 20:08:35 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_5)
    sys/net              pfil.c 
  Log:
  MFC from pfil.c, rev. 1.9:
  >   Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:
  >
  >        A thread must hold mp while calling cv_signal(), cv_broadcast(), or
  >        cv_broadcastpri() even though it isn't passed as an argument.
  >
  >   and is right with this claim.
  >
  >   While here remove a "\" from the macro -> __inline conversion.
  >
  >   Found by:       csjp
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.8.4.1   +2 -2      src/sys/net/pfil.c
    
    
More information about the cvs-all
mailing list