diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-08-01 11:25:45 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-08-01 11:25:45 +0000 |
| commit | 03e6c2532fe29e231daee07746e746424c2fc61e (patch) | |
| tree | 1feaef790bf62d4d5a0238efdc5c6afb93a718c6 /sys/vm/swap_pager.c | |
| parent | 9b970c5afa71e6202e05024f7bf341f47e3ee4b6 (diff) | |
Notes
Diffstat (limited to 'sys/vm/swap_pager.c')
| -rw-r--r-- | sys/vm/swap_pager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 5a1efaef3951..a534d42a850a 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 |
