From owner-freebsd-arch Fri Feb 21 5:55:38 2003 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3311037B401 for ; Fri, 21 Feb 2003 05:55:37 -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 99E2243F75 for ; Fri, 21 Feb 2003 05:55:36 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id h1LDtR9l058317; Fri, 21 Feb 2003 05:55:27 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id h1LDtRlI058316; Fri, 21 Feb 2003 05:55:27 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Fri, 21 Feb 2003 05:55:27 -0800 From: David Schultz To: "M. Warner Losh" Cc: winter@jurai.net, arch@FreeBSD.ORG Subject: Re: UFS quota reference count overflow Message-ID: <20030221135527.GA58235@HAL9000.homeunix.com> Mail-Followup-To: "M. Warner Losh" , winter@jurai.net, arch@FreeBSD.ORG References: <20030221032611.GA54489@HAL9000.homeunix.com> <20030221015809.W66355@sasami.jurai.net> <20030221.061511.127813063.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030221.061511.127813063.imp@bsdimp.com> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake M. Warner Losh : > In message: <20030221015809.W66355@sasami.jurai.net> > "Matthew N. Dodd" writes: > : On Thu, 20 Feb 2003, David Schultz wrote: > : > Am I correct to assume that there probably aren't any modules that would > : > have ABI compatability issues? > : > : Won't systems with existing quotas be forced to recreate their quota > : files? > > Little endian filesystems would be fine. Big endian file systems > would need to regenerate things, no? The patch changes struct dquot, which is not written to the quota file, so that shouldn't be an issue. (dquot just has a reference count and a few memory pointers.) You seem to be thinking of struct dqblk, which stores the actual quotas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message