From af394cfa3697918cfe0bc4badddee31a637ac941 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 7 May 2010 21:06:52 +0000 Subject: [PATCH] Fix a typo in the previous commit. --- sys/vm/vm_pageout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 0524193550e4..49b6ac9dba93 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