cvs commit: src/sys/vm swap_pager.c

Alan Cox alc at FreeBSD.org
Sun Feb 22 19:15:14 PST 2004


alc         2004/02/22 19:15:13 PST

  FreeBSD src repository

  Modified files:
    sys/vm               swap_pager.c 
  Log:
   - Substitute bdone() and bwait() from vfs_bio.c for
     swap_pager_putpages()'s buffer completion code.  Note: the only
     difference between swp_pager_sync_iodone() and bdone(), aside from
     the locking in the latter, was the unnecessary clearing of B_ASYNC.
   - Remove an unnecessary pmap_page_protect() from
     swp_pager_async_iodone().
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.249     +4 -23     src/sys/vm/swap_pager.c


More information about the cvs-src mailing list