From owner-freebsd-bugs@FreeBSD.ORG Fri May 23 04:20:13 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE04237B401 for ; Fri, 23 May 2003 04:20:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7833043F93 for ; Fri, 23 May 2003 04:20:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4NBKDUp093878 for ; Fri, 23 May 2003 04:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4NBKDs1093877; Fri, 23 May 2003 04:20:13 -0700 (PDT) Date: Fri, 23 May 2003 04:20:13 -0700 (PDT) Message-Id: <200305231120.h4NBKDs1093877@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Masachika ISHIZUKA Subject: Re: kern/52425: kern.maxvnodes cannot limit the number of vnodes in use X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Masachika ISHIZUKA List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 11:20:14 -0000 The following reply was made to PR kern/52425; it has been noted by GNATS. From: Masachika ISHIZUKA To: das@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/52425: kern.maxvnodes cannot limit the number of vnodes in use Date: Fri, 23 May 2003 20:16:47 +0900 (JST) >> I think kern.maxvnodes should limit the debug.numvnodes. > > Tor Egge addressed this issue in rev 1.249.2.30 of > src/sys/kern/vfs_subr.c. Can you please verify that > the symptoms you are experiencing are gone in -STABLE? Hi, David-san. Thank you for mail. I'm too sorry that I missed it had already updated in stable branch. I'll report next Monday whether vfs_subr.c of rev 1.249.2.30 fixes this problem or not. -- ishizuka@ish.org