Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 22:01:37 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r252047 - user/attilio/vmobj-readlock/sys/vm
Message-ID:  <201306202201.r5KM1bLf095498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306202201.r5KM1bLf095498>