Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2011 00:44:34 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225856 - head/sys/vm
Message-ID:  <201109290044.p8T0iYfr096976@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Thu Sep 29 00:44:34 2011
New Revision: 225856
URL: http://svn.freebsd.org/changeset/base/225856

Log:
  Style nit.
  
  Submitted by:	jhb
  MFC after:	2 weeks

Modified:
  head/sys/vm/vm_page.c

Modified: head/sys/vm/vm_page.c
==============================================================================
--- head/sys/vm/vm_page.c	Thu Sep 29 00:39:56 2011	(r225855)
+++ head/sys/vm/vm_page.c	Thu Sep 29 00:44:34 2011	(r225856)
@@ -2348,7 +2348,6 @@ vm_page_clear_dirty_mask(vm_page_t m, in
 	 * If the object is locked and the page is neither VPO_BUSY nor
 	 * PGA_WRITEABLE, then the page's dirty field cannot possibly be
 	 * set by a concurrent pmap operation.
-	 *
 	 */
 	VM_OBJECT_LOCK_ASSERT(m->object, MA_OWNED);
 	if ((m->oflags & VPO_BUSY) == 0 && (m->aflags & PGA_WRITEABLE) == 0)



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