Update a comment: The object lock is no longer a mutex.

This commit is contained in:
Alan Cox 2013-03-09 21:32:24 +00:00
parent 7e4f8ab64a
commit 34496b53ee

View File

@ -73,7 +73,7 @@
* * The page daemon can acquire and hold any pair of page queue
* locks in any order.
*
* - The object mutex is held when inserting or removing
* - The object lock is required when inserting or removing
* pages from an object (vm_page_insert() or vm_page_remove()).
*
*/