Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 01:08:37 -0000
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 kern_mib.c
Message-ID:  <200501232059.j0NKxJ1u083509@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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