Remove comment that is no longer relevant since r254182.
This commit is contained in:
parent
b072bdc119
commit
133dae887b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254911
@ -1753,10 +1753,6 @@ vm_page_alloc_contig(vm_object_t object, vm_pindex_t pindex, int req,
|
||||
if (drop != NULL) {
|
||||
/*
|
||||
* Enqueue the vnode for deferred vdrop().
|
||||
*
|
||||
* Once the pages are removed from the free
|
||||
* page list, "pageq" can be safely abused to
|
||||
* construct a short-lived list of vnodes.
|
||||
*/
|
||||
m->plinks.s.pv = drop;
|
||||
SLIST_INSERT_HEAD(&deferred_vdrop_list, m,
|
||||
|
Loading…
Reference in New Issue
Block a user