From owner-cvs-src Thu Feb 27 4: 0: 1 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B1D937B401; Thu, 27 Feb 2003 04:00:00 -0800 (PST) Received: from HAL9000.homeunix.com (12-233-57-224.client.attbi.com [12.233.57.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5538843F3F; Thu, 27 Feb 2003 03:59:59 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id h1RBxw8Y051495; Thu, 27 Feb 2003 03:59:58 -0800 (PST) (envelope-from das@FreeBSD.org) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id h1RBxwcB051494; Thu, 27 Feb 2003 03:59:58 -0800 (PST) (envelope-from das@FreeBSD.org) Date: Thu, 27 Feb 2003 03:59:58 -0800 From: David Schultz To: Andre Albsmeier Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ufs quota.h Message-ID: <20030227115958.GA48171@HAL9000.homeunix.com> Mail-Followup-To: Andre Albsmeier , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200302240849.h1O8nxFA061336@repoman.freebsd.org> <20030227123714.A47220@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030227123714.A47220@curry.mchp.siemens.de> Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Andre Albsmeier : > On Mon, 24-Feb-2003 at 00:49:59 -0800, David Schultz wrote: > > das 2003/02/24 00:49:59 PST > > > > Modified files: > > sys/ufs/ufs quota.h > > Log: > > Expand the reference count on struct dquot to 32 bits. > > This fixes a panic on large systems where a single user > > may have more than 64K active or inactive vnodes. > > > > PR: 48234 > > Reviewed by: mike (mentor) > > > > Revision Changes Path > > 1.24 +1 -2 src/sys/ufs/ufs/quota.h > > Will this patch work on 4.7-STABLE without any other > modifications (except make world & kernel) ? Yes, it will work in 4.7-STABLE, without a new world even. I'll MFC it now. BTW, I forgot to credit bde with reviewing it, too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message