Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 1996 02:58:45 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_pageout.c
Message-ID:  <199606150958.CAA13947@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

davidg      96/06/15 02:58:45

  Branch:      sys/vm    RELENG_2_1_0
  Modified:    sys/vm    vm_pageout.c
  Log:
  Added splbio() protection to active and inactive page queue manipulations.
  This is similar to the splvm() protection that was added in the main
  branch. It protects the queues from page insertions that can happen during
  buffer rundown of asynchronous I/O read-aheads.
  
  Revision  Changes    Path
  1.51.4.5  +15 -3     src/sys/vm/vm_pageout.c



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