Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2010 08:44:10 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_conf.c
Message-ID:  <201012110844.oBB8iXRv039162@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hselasky    2010-12-11 08:44:10 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_conf.c 
  Log:
  SVN rev 216371 on 2010-12-11 08:44:10Z by hselasky
  
  Fix race in devfs by using LIST_FIRST() instead of
  LIST_FOREACH_SAFE() when freeing the devfs private
  data entries.
  
  Reviewed by:    kib
  MFC after:      3 days
  Approved by:    thompsa (mentor)
  
  Revision  Changes    Path
  1.245     +2 -2      src/sys/kern/kern_conf.c



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