Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2004 20:55:57 +0000 (UTC)
From:      Max Laier <mlaier@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net pfil.c
Message-ID:  <200409222055.i8MKtv2p069217@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mlaier      2004-09-22 20:55:57 UTC

  FreeBSD src repository

  Modified files:
    sys/net              pfil.c 
  Log:
  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
  MFC after:      4 days
  
  Revision  Changes    Path
  1.9       +2 -2      src/sys/net/pfil.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409222055.i8MKtv2p069217>