Correct the description of vm_pageout_scan_inactive() after r334508.

Reported by:	alc
This commit is contained in:
Mark Johnston 2018-06-04 16:46:36 +00:00
parent 3e7cb27cdd
commit 27e29d103f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334622

View File

@ -1347,9 +1347,8 @@ vm_pageout_reinsert_inactive(struct scan_state *ss, struct vm_batchqueue *bq,
}
/*
* Attempt to reclaim the requested number of pages. Returns true if pass was
* zero or enough pages were freed by the inactive queue scan to meet the
* target.
* Attempt to reclaim the requested number of pages from the inactive queue.
* Returns true if the shortage was addressed.
*/
static int
vm_pageout_scan_inactive(struct vm_domain *vmd, int shortage,