diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-01-31 18:39:44 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-01-31 18:39:44 +0000 |
| commit | 027df6bdd716c44c1f5427acec1ccc5290be0939 (patch) | |
| tree | efdca1b21fe225ea759cde06802cc36879060519 /sys/vm | |
| parent | 7057577703672fe26e30499843624e15df89a233 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_pageout.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 47ce9e8bacec..57f22b2a8ba2 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -1376,9 +1376,6 @@ vm_pageout() if (vm_pageout_stats_free_max == 0) vm_pageout_stats_free_max = 5; - PROC_LOCK(curthread->td_proc); - curthread->td_proc->p_flag |= P_BUFEXHAUST; - PROC_UNLOCK(curthread->td_proc); swap_pager_swap_init(); pass = 0; /* |
