1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Remove comment that is no longer relevant since r254182.

This commit is contained in:
Gleb Smirnoff 2013-08-26 14:14:25 +00:00
parent b072bdc119
commit 133dae887b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254911

View File

@ -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,