summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-01 11:25:45 +0000
committerdg <dg@FreeBSD.org>1994-08-01 11:25:45 +0000
commit0e87163cbf8172e92cddba7c2aafcbde92386bca (patch)
tree1feaef790bf62d4d5a0238efdc5c6afb93a718c6 /sys/vm/swap_pager.c
parent4470f3d596cc20c7dc9a20846eecabe7d58f4a0b (diff)
downloadFreeBSD-src-0e87163cbf8172e92cddba7c2aafcbde92386bca.zip
FreeBSD-src-0e87163cbf8172e92cddba7c2aafcbde92386bca.tar.gz
Removed all code related to the pagescan daemon, and changed 'act_count'
adjustments to compensate for a world without the pagescan daemon.
Diffstat (limited to 'sys/vm/swap_pager.c')
-rw-r--r--sys/vm/swap_pager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index 5a1efae..a534d42 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -1194,7 +1194,6 @@ swap_pager_input(swp, m, count, reqpage)
* to deactivate the readahead pages.
*/
vm_page_deactivate(m[i]);
- m[i]->act_count = 2;
/*
* just in case someone was asking for this
OpenPOWER on IntegriCloud