From owner-cvs-all Sun Jan 9 15:35:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0571B14D9A; Sun, 9 Jan 2000 15:35:40 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34968; Sun, 9 Jan 2000 15:35:39 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Message-Id: <200001092335.PAA34968@freefall.freebsd.org> From: Kirk McKusick Date: Sun, 9 Jan 2000 15:35:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 2000/01/09 15:35:39 PST Modified files: sys/contrib/softupdates ffs_softdep.c Log: Keep tighter control of removal dependencies by limiting the number of dirrem structure rather than the collaterally created freeblks and freefile structures. Limit the rate of buffer dirtying by the syncer process during periods of intense file removal. Revision Changes Path 1.43 +23 -21 src/sys/contrib/softupdates/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message