* [Cluster-devel] [GFS2 PATCH] GFS2: Remove unnecessary declare of jhash in rhashtable params
[not found] <874815343.21473779.1441202395941.JavaMail.zimbra@redhat.com>
@ 2015-09-02 14:00 ` Bob Peterson
0 siblings, 0 replies; only message in thread
From: Bob Peterson @ 2015-09-02 14:00 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
This patch simply removes the field .jhash from structure ht_parms,
as suggested by Andreas, since jhash is already the default.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
---
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c
index c9c5c45..ae3f846 100644
--- a/fs/gfs2/glock.c
+++ b/fs/gfs2/glock.c
@@ -76,7 +76,6 @@ static struct rhashtable_params ht_parms = {
.key_len = sizeof(struct lm_lockname),
.key_offset = offsetof(struct gfs2_glock, gl_name),
.head_offset = offsetof(struct gfs2_glock, gl_node),
- .hashfn = jhash,
};
static struct rhashtable gl_hash_table;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-02 14:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <874815343.21473779.1441202395941.JavaMail.zimbra@redhat.com>
2015-09-02 14:00 ` [Cluster-devel] [GFS2 PATCH] GFS2: Remove unnecessary declare of jhash in rhashtable params Bob Peterson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).