cvs commit: src/sys/kern kern_prot.c

Robert Watson rwatson at FreeBSD.org
Sun Jul 3 01:08:28 GMT 2005


rwatson     2005-01-23 21:01:00 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_prot.c 
  Log:
  When reading pr_securelevel from a prison, perform a lockless read,
  as it's an integer read operation and the resulting slight race is
  acceptable.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.190     +0 -4      src/sys/kern/kern_prot.c



More information about the cvs-all mailing list