[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150713201750.GA103147@roam>
Date: Tue, 14 Jul 2015 04:17:50 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Bob Peterson <rpeterso@...hat.com>
Cc: kbuild-all@...org, Steven Whitehouse <swhiteho@...hat.com>,
cluster-devel@...hat.com, linux-kernel@...r.kernel.org
Subject: [PATCH linux-gfs2] GFS2: ht_parms can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
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),
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists