mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix a typo in the previous commit.
This commit is contained in:
parent
b88c83ff14
commit
af394cfa36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207759
@ -765,7 +765,7 @@ vm_pageout_scan(int pass)
|
||||
*/
|
||||
page_shortage = vm_paging_target() + addl_page_shortage_init;
|
||||
|
||||
vm_pageout_marker_init(&marker, PQ_INACTIVE);
|
||||
vm_pageout_init_marker(&marker, PQ_INACTIVE);
|
||||
|
||||
/*
|
||||
* Start scanning the inactive queue for pages we can move to the
|
||||
|
Loading…
Reference in New Issue
Block a user