cvs commit: src/sys/vm device_pager.c phys_pager.c swap_pager.c

Alan Cox alc at FreeBSD.org
Sun Jan 4 12:55:18 PST 2004


alc         2004/01/04 12:55:16 PST

  FreeBSD src repository

  Modified files:
    sys/vm               device_pager.c phys_pager.c swap_pager.c 
  Log:
  Simplify the various pager allocation routines by computing the desired
  object size once and assigning that value to a local variable.
  
  Revision  Changes    Path
  1.70      +5 -4      src/sys/vm/device_pager.c
  1.20      +6 -7      src/sys/vm/phys_pager.c
  1.244     +5 -4      src/sys/vm/swap_pager.c


More information about the cvs-src mailing list