cvs commit: src/sys/kern kern_sysctl.c

Christian S.J. Peron csjp at FreeBSD.org
Mon Aug 8 21:06:43 GMT 2005


csjp        2005-08-08 21:06:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sysctl.c 
  Log:
  Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we are
  not holding any non-sleep-able-locks locks when copyin is called.
  This gets executed un-conditionally since we have no function
  to wire the buffer in this direction.
  
  Pointed out by: truckman
  MFC after:      1 week
  
  Revision  Changes    Path
  1.167     +2 -0      src/sys/kern/kern_sysctl.c


More information about the cvs-src mailing list