Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2005 01:29:46 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_pageout.c
Message-ID:  <200502280129.j1S1Tk30066557@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-02-28 01:29:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/vm               vm_pageout.c 
  Log:
  MFC revision 1.267
   Revise the part of vm_pageout_scan() that moves pages from the cache
   queue to the free queue.  With this change, if a page from the cache
   queue belongs to a locked object, it is simply skipped over rather
   than moved to the inactive queue.
  
  Revision   Changes    Path
  1.261.2.4  +31 -12    src/sys/vm/vm_pageout.c



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