From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 00/15] bitops: Change bitmap index from int to unsigned long Date: Wed, 25 Feb 2009 17:03:15 +0100 Message-ID: <1235577795.4645.3575.camel@laptop> References: <200902250441.UAA12527@hpdst41.cup.hp.com> <1235544888.4645.2942.camel@laptop> <20090225153757.GP16891@parisc-linux.org> <1235576760.4645.3535.camel@laptop> <20090225155347.GR16891@parisc-linux.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:58539 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753876AbZBYQDT (ORCPT ); Wed, 25 Feb 2009 11:03:19 -0500 In-Reply-To: <20090225155347.GR16891@parisc-linux.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Matthew Wilcox Cc: Justin Chen , linux-arch@vger.kernel.org, bjorn.helgaas@hp.com, justin.chen@hp.com, linux-kernel@vger.kernel.org On Wed, 2009-02-25 at 08:53 -0700, Matthew Wilcox wrote: > I don't see the downside to using unsigned long instead of unsigned int. OK, I guess, it just seemed plenty large enough, but if you're actually running off the end..