Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 01:51:44 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/vm vm_map.c vm_object.c
Message-ID:  <199902120951.BAA01554@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/02/12 01:51:43 PST

  Modified files:
    sys/vm               vm_map.c vm_object.c 
  Log:
      Fix non-fatal bug in vm_map_insert() which improperly cleared
      OBJ_ONEMAPPING in the case where an object is extended by an
      additional vm_map_entry must be allocated.
  
      In vm_object_madvise(), remove calll to vm_page_cache() in MADV_FREE
      case in order to avoid a page fault on page reuse.  However, we still
      mark the page as clean and destroy any swap backing store.
  
  Submitted by:	Alan Cox <alc@cs.rice.edu>
  
  Revision  Changes    Path
  1.149     +37 -42    src/sys/vm/vm_map.c
  1.149     +12 -18    src/sys/vm/vm_object.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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