Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 1996 10:21:43 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_mmap.c
Message-ID:  <199607271721.KAA21824@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/07/27 10:21:43

  Modified:    sys/vm    vm_mmap.c
  Log:
  Allow sequentially created mmap'ed anonymous regions to coalesce.  There
  is little or no reason to create a swap pager for small mmap's.  The
  vm_map_insert code will automatically create a swap pager if the object
  becomes too large.  This fix, per a request from phk.
  
  Revision  Changes    Path
  1.47      +33 -23    src/sys/vm/vm_mmap.c



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