svn commit: r252047 - user/attilio/vmobj-readlock/sys/vm
Attilio Rao
attilio at FreeBSD.org
Thu Jun 20 22:01:37 UTC 2013
Author: attilio
Date: Thu Jun 20 22:01:36 2013
New Revision: 252047
URL: http://svnweb.freebsd.org/changeset/base/252047
Log:
Remove a comment that should be really be already well known and
documented in a more general way.
Sponsored by: EMC / Isilon storage division
Modified:
user/attilio/vmobj-readlock/sys/vm/swap_pager.c
Modified: user/attilio/vmobj-readlock/sys/vm/swap_pager.c
==============================================================================
--- user/attilio/vmobj-readlock/sys/vm/swap_pager.c Thu Jun 20 21:50:04 2013 (r252046)
+++ user/attilio/vmobj-readlock/sys/vm/swap_pager.c Thu Jun 20 22:01:36 2013 (r252047)
@@ -1461,12 +1461,6 @@ swap_pager_putpages(vm_object_t object,
* Completion routine for asynchronous reads and writes from/to swap.
* Also called manually by synchronous code to finish up a bp.
*
- * For READ operations, the pages are VPO_BUSY'd. For WRITE operations,
- * the pages are vm_page_t->busy'd. For READ operations, we VPO_BUSY
- * unbusy all pages except the 'main' request page. For WRITE
- * operations, we vm_page_t->busy'd unbusy all pages ( we can do this
- * because we marked them all VM_PAGER_PEND on return from putpages ).
- *
* This routine may not sleep.
*/
static void
More information about the svn-src-user
mailing list