rwatson     2005-01-23 20:59:19 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             kern_mib.c 
  Log:
  When retrieving the current per-jails securelevel for a sysctl read,
  don't acquire the prison mutex, as it's an integer read and races
  here don't make a difference.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.72      +4 -5      src/sys/kern/kern_mib.c