From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [v2 PATCH 4/10] netlink: Use default rhashtable hashfn Date: Sun, 22 Mar 2015 11:55:43 +0000 Message-ID: <20150322115543.GE1185@casper.infradead.org> References: <20150322080330.GA3416@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , Eric Dumazet , Patrick McHardy , Josh Triplett , "Paul E. McKenney" , netdev@vger.kernel.org To: Herbert Xu Return-path: Received: from casper.infradead.org ([85.118.1.10]:50165 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751689AbbCVLzo (ORCPT ); Sun, 22 Mar 2015 07:55:44 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 03/22/15 at 07:04pm, Herbert Xu wrote: > This patch removes the explicit jhash value for the hashfn parameter > of rhashtable. The default is now jhash so removing the setting > makes no difference apart from making one less copy of jhash in > the kernel. > > Signed-off-by: Herbert Xu Acked-by: Thomas Graf