From owner-cvs-all Sun Apr 14 20:35:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C12D037B400; Sun, 14 Apr 2002 20:35:35 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3F3ZZc80110; Sun, 14 Apr 2002 20:35:35 -0700 (PDT) (envelope-from jeff) Message-Id: <200204150335.g3F3ZZc80110@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 14 Apr 2002 20:35:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/04/14 20:35:35 PDT Modified files: sys/ufs/ffs ffs_softdep.c Log: Don't peak into the malloc_type structure for limits. The desired vnodes check should be sufficient. This is required for the pending removal of malloc_type limits. Revision Changes Path 1.113 +1 -2 src/sys/ufs/ffs/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message