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

Alan Cox alc at FreeBSD.org
Sat Nov 1 00:57:27 PST 2003


alc         2003/11/01 00:57:26 PST

  FreeBSD src repository

  Modified files:
    sys/vm               swap_pager.c vm_object.c 
  Log:
   - Modify swap_pager_copy() and its callers such that the source and
     destination objects are locked on entry and exit.  Add comments to
     the callers noting that the locks can be released by swap_pager_copy().
   - Remove several instances of GIANT_REQUIRED.
  
  Revision  Changes    Path
  1.241     +12 -9     src/sys/vm/swap_pager.c
  1.313     +6 -23     src/sys/vm/vm_object.c


More information about the cvs-src mailing list