svn commit: r191543 - head/sys/vm

Alan Cox alc at FreeBSD.org
Sun Apr 26 21:24:51 UTC 2009


Author: alc
Date: Sun Apr 26 21:24:50 2009
New Revision: 191543
URL: http://svn.freebsd.org/changeset/base/191543

Log:
  Eliminate an errant comment.
  
  Discussed with:	tegge

Modified:
  head/sys/vm/swap_pager.c

Modified: head/sys/vm/swap_pager.c
==============================================================================
--- head/sys/vm/swap_pager.c	Sun Apr 26 21:21:48 2009	(r191542)
+++ head/sys/vm/swap_pager.c	Sun Apr 26 21:24:50 2009	(r191543)
@@ -1420,8 +1420,7 @@ swp_pager_async_iodone(struct buf *bp)
 			 * Note that the requested page, reqpage, is left
 			 * busied, but we still have to wake it up.  The
 			 * other pages are released (unbusied) by 
-			 * vm_page_wakeup().  We do not set reqpage's
-			 * valid bits here, it is up to the caller.
+			 * vm_page_wakeup().
 			 */
 			KASSERT(!pmap_page_is_mapped(m),
 			    ("swp_pager_async_iodone: page %p is mapped", m));


More information about the svn-src-all mailing list