Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753075AbbGNNjj (ORCPT ); Tue, 14 Jul 2015 09:39:39 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:60249 "EHLO mx4-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752481AbbGNNjh (ORCPT ); Tue, 14 Jul 2015 09:39:37 -0400 Date: Tue, 14 Jul 2015 09:39:36 -0400 (EDT) From: Bob Peterson To: fengguang.wu@intel.com Cc: Steven Whitehouse , cluster-devel@redhat.com, linux-kernel@vger.kernel.org Message-ID: <342310271.38145368.1436881176059.JavaMail.zimbra@redhat.com> In-Reply-To: <20150713201750.GA103147@roam> References: <201507140430.v9SsjheU%fengguang.wu@intel.com> <20150713201750.GA103147@roam> Subject: Re: [PATCH linux-gfs2] GFS2: ht_parms can be static MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.3.113.52] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF38 (Linux)/8.0.6_GA_5922) Thread-Topic: GFS2: ht_parms can be static Thread-Index: EStqzDCXn0uKPPABMJibca+nOwCU4w== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1050 Lines: 35 ----- Original Message ----- > > Signed-off-by: Fengguang Wu > --- > glock.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c > index 813de00..1b0dff4 100644 > --- a/fs/gfs2/glock.c > +++ b/fs/gfs2/glock.c > @@ -76,7 +76,7 @@ static DEFINE_SPINLOCK(lru_lock); > #define GFS2_GL_HASH_SHIFT 15 > #define GFS2_GL_HASH_SIZE (1 << GFS2_GL_HASH_SHIFT) > > -struct rhashtable_params ht_parms = { > +static struct rhashtable_params ht_parms = { > .nelem_hint = GFS2_GL_HASH_SIZE * 3 / 4, > .key_len = sizeof(struct lm_lockname), > .key_offset = offsetof(struct gfs2_glock, gl_name), > Hi, Thanks. Now pushed to the for-next branch of the linux-gfs2 tree. Regards, Bob Peterson Red Hat File Systems -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/