Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 21:58:57 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sys_generic.c
Message-ID:  <200403130558.i2D5wvr3018937@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004/03/12 21:58:57 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sys_generic.c 
  Log:
  Add annotations to mtx_lock(&Giant) in kern_select() and poll() that
  we always grab Giant, even if we're actually only polling objects that
  don't require giant.  Once socket locking is merged, there will be
  strong motivation to fix this.
  
  Revision  Changes    Path
  1.130     +8 -0      src/sys/kern/sys_generic.c



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