summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-05-07 21:06:52 +0000
committerjkim <jkim@FreeBSD.org>2010-05-07 21:06:52 +0000
commitbd99a522e2b1c21dedb3442dee38e808a07a15fe (patch)
treed361138418abcce4f381c73abfe1a6cfd77f71a5 /sys/vm/vm_pageout.c
parent0f4a2250a034241a0506094936eb22fdd18d42ad (diff)
downloadFreeBSD-src-bd99a522e2b1c21dedb3442dee38e808a07a15fe.zip
FreeBSD-src-bd99a522e2b1c21dedb3442dee38e808a07a15fe.tar.gz
Fix a typo in the previous commit.
Diffstat (limited to 'sys/vm/vm_pageout.c')
-rw-r--r--sys/vm/vm_pageout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 0524193..49b6ac9 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -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
OpenPOWER on IntegriCloud