cvs commit: src/sys/vm swap_pager.c

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 4 01:22:51 PDT 2003


phk         2003/08/04 01:22:50 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               swap_pager.c 
  Log:
  Put an uncovered page between the swap devices, that way we can be sure
  to not get any cross-device I/O requests.  (The unallocated first page
  protecting BSD labels already gave us this, but that hack may go away
  at some point in time).
  
  Remove the check for cross-device I/O requests in swap_pager_strategy.
  
  Move the repeated statistics updating into flushchainbuf().
  
  Revision  Changes    Path
  1.216     +23 -32    src/sys/vm/swap_pager.c


More information about the cvs-src mailing list