cvs commit: src/sys/vm swap_pager.c swap_pager.h

Poul-Henning Kamp phk at FreeBSD.org
Wed Aug 6 05:08:29 PDT 2003


phk         2003/08/06 05:08:27 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               swap_pager.c swap_pager.h 
  Log:
  Staticize swap_pager_putpages()
  
  Eliminate a lot of checkes to make sure requests are not cross-device
  which is unnecessary with the new layout.  We know a sequential request
  cannot possibly be cross-device because there is a reserved page between
  the devices.
  
  Remove a couple of comments which no longer are relevant.
  
  Revision  Changes    Path
  1.220     +4 -30     src/sys/vm/swap_pager.c
  1.48      +0 -6      src/sys/vm/swap_pager.h


More information about the cvs-src mailing list