From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx183.postini.com [74.125.245.183]) by kanga.kvack.org (Postfix) with SMTP id 1F22A6B005D for ; Wed, 1 Aug 2012 14:24:03 -0400 (EDT) Received: by bkcjc3 with SMTP id jc3so4688790bkc.14 for ; Wed, 01 Aug 2012 11:24:01 -0700 (PDT) Message-ID: <50197460.8010906@gmail.com> Date: Wed, 01 Aug 2012 20:24:32 +0200 From: Sasha Levin MIME-Version: 1.0 Subject: Re: [RFC 1/4] hashtable: introduce a small and naive hashtable References: <1343757920-19713-1-git-send-email-levinsasha928@gmail.com> <1343757920-19713-2-git-send-email-levinsasha928@gmail.com> <20120731182330.GD21292@google.com> <50197348.9010101@gmail.com> <20120801182112.GC15477@google.com> In-Reply-To: <20120801182112.GC15477@google.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Tejun Heo Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, paul.gortmaker@windriver.com On 08/01/2012 08:21 PM, Tejun Heo wrote: > On Wed, Aug 01, 2012 at 08:19:52PM +0200, Sasha Levin wrote: >> If we switch to using functions, we could no longer hide it anywhere >> (we'd need to either turn the buckets into a struct, or have the >> user pass it around to all functions). > > Create an outer struct hash_table which remembers the size? Possible. I just wanted to avoid creating new structs where they're not really required. Do you think it's worth it for eliminating those two macros? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org