Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2018 18:44:20 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r328207 - user/jeff/numa/sys/vm
Message-ID:  <201801201844.w0KIiKjR057676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jeff
Date: Sat Jan 20 18:44:20 2018
New Revision: 328207
URL: https://svnweb.freebsd.org/changeset/base/328207

Log:
  Fix some comments

Modified:
  user/jeff/numa/sys/vm/vm_page.c
  user/jeff/numa/sys/vm/vm_reserv.c

Modified: user/jeff/numa/sys/vm/vm_page.c
==============================================================================
--- user/jeff/numa/sys/vm/vm_page.c	Sat Jan 20 18:27:00 2018	(r328206)
+++ user/jeff/numa/sys/vm/vm_page.c	Sat Jan 20 18:44:20 2018	(r328207)
@@ -2829,7 +2829,7 @@ vm_wait(void)
  *
  *	Called when a page allocation function fails.  Informs the
  *	pagedaemon and performs the requested wait.  Requires the
- *	page_queue_free and object lock on entry.  Returns with the
+ *	domain_free and object lock on entry.  Returns with the
  *	object lock held and free lock released.  Returns an error when
  *	retry is necessary.
  *

Modified: user/jeff/numa/sys/vm/vm_reserv.c
==============================================================================
--- user/jeff/numa/sys/vm/vm_reserv.c	Sat Jan 20 18:27:00 2018	(r328206)
+++ user/jeff/numa/sys/vm/vm_reserv.c	Sat Jan 20 18:44:20 2018	(r328207)
@@ -1014,7 +1014,7 @@ vm_reserv_break_all(vm_object_t object)
 
 	/*
 	 * This access of object->rvq is unsynchronized so that the
-	 * object rvq lock can nest after the pagequeue_free lock.  We
+	 * object rvq lock can nest after the domain_free lock.  We
 	 * must check for races in the results.  However, the object
 	 * lock prevents new additions, so we are guaranteed that when
 	 * it returns NULL the object is properly empty.



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