Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2011 22:48:09 +0000 (UTC)
From:      Matthew D Fleming <mdf@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom geom_disk.c src/sys/kern kern_sysctl.c src/sys/sys sysctl.h
Message-ID:  <201101262248.p0QMmhei069072@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdf         2011-01-26 22:48:09 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_disk.c 
    sys/kern             kern_sysctl.c 
    sys/sys              sysctl.h 
  Log:
  SVN rev 217915 on 2011-01-26 22:48:09Z by mdf
  
  Remove the CTLFLAG_NOLOCK as it seems to be both unused and
  unfunctional.  Wiring the user buffer has only been done explicitly
  since r101422.
  
  Mark the kern.disks sysctl as MPSAFE since it is and it seems to have
  been mis-using the NOLOCK flag.
  
  Partially break the KPI (but not the KBI) for the sysctl_req 'lock'
  field since this member should be private and the "REQ_LOCKED" state
  seems meaningless now.
  
  Revision  Changes    Path
  1.114     +2 -1      src/sys/geom/geom_disk.c
  1.212     +3 -5      src/sys/kern/kern_sysctl.c
  1.191     +3 -5      src/sys/sys/sysctl.h



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