From owner-cvs-sys Wed Jun 26 01:20:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA19580 for cvs-sys-outgoing; Wed, 26 Jun 1996 01:20:04 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA19490; Wed, 26 Jun 1996 01:19:53 -0700 (PDT) Date: Wed, 26 Jun 1996 01:19:53 -0700 (PDT) From: David Greenman Message-Id: <199606260819.BAA19490@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/26 01:19:52 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_pageout.c Log: Fix the immediate problem: add missing arg to freeer() routine. The last few edits to this still don't solve the original problem. It appears that the recursion is *much* worse than we thought - I'm already testing at 30 levels deep, and it still terminates before finishing the job. This problaby explains some people's stack overflow problems... :-( Revision Changes Path 1.51.4.8 +3 -3 src/sys/vm/vm_pageout.c