Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 1996 22:30:35 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_fault.c
Message-ID:  <199605260530.WAA05187@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/05/25 22:30:34

  Modified:    sys/vm    vm_fault.c
  Log:
  I think this covers (fixes) the last batch of freeing active/held/busy page
  problem.  BY MISTAKE, the vm_page_unqueue (or equiv) was removed from the
  vm_fault code.  Really bad things appear to happen if a page is on a queue
  while it is being faulted.
  
  Revision  Changes    Path
  1.46      +3 -1      src/sys/vm/vm_fault.c



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