svn commit: r328207 - user/jeff/numa/sys/vm

Jeff Roberson jeff at FreeBSD.org
Sat Jan 20 18:44:22 UTC 2018


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.


More information about the svn-src-user mailing list