From owner-freebsd-fs@FreeBSD.ORG Mon Feb 1 10:29:23 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09AC5106566C for ; Mon, 1 Feb 2010 10:29:23 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from gw03.mail.saunalahti.fi (gw03.mail.saunalahti.fi [195.197.172.111]) by mx1.freebsd.org (Postfix) with ESMTP id BFA7B8FC14 for ; Mon, 1 Feb 2010 10:29:22 +0000 (UTC) Received: from a91-153-117-195.elisa-laajakaista.fi (a91-153-117-195.elisa-laajakaista.fi [91.153.117.195]) by gw03.mail.saunalahti.fi (Postfix) with SMTP id 616812168F4; Mon, 1 Feb 2010 12:29:19 +0200 (EET) Date: Mon, 1 Feb 2010 12:29:18 +0200 From: Jaakko Heinonen To: Scott Burns Message-ID: <20100201102918.GA2505@a91-153-117-195.elisa-laajakaista.fi> References: <4B661B35.7050501@bqinternet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B661B35.7050501@bqinternet.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-fs@freebsd.org Subject: Re: Inode number treated as signed int in ffs_nodealloccg X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2010 10:29:23 -0000 On 2010-01-31, Scott Burns wrote: > I imagine that this hasn't been noticed up to now since most people are > not exceeding the range of a signed int, even with multi-TB filesystems. This PR may be related to this: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/133980 http://docs.freebsd.org/cgi/mid.cgi?20090508120355.S1497 -- Jaakko