Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 1996 22:15:35 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_pageout.c
Message-ID:  <199605290515.WAA06796@freefall.freebsd.org>

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

dyson       96/05/28 22:15:34

  Modified:    sys/vm    vm_pageout.c
  Log:
  After careful review by David Greenman and myself, David had found a
  case where blocking can occur, thereby giving other process's a chance
  to modify the queue where a page resides.  This could cause numerous
  process and system failures.
  
  Revision  Changes    Path
  1.74      +94 -59    src/sys/vm/vm_pageout.c



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