gfs2: constify rhashtable_params
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 30 Aug 2017 12:50:03 +0000 (07:50 -0500)
committerBob Peterson <rpeterso@redhat.com>
Wed, 30 Aug 2017 13:14:39 +0000 (08:14 -0500)
commitd296b15ed58231bd991c0fb0f3592d595539bcd1
treea2d5b19878da72e98b5a0e7cdf048b3b6a28a0ec
parent7023a0b16f66a2f1358c95989d23142d8191fd6e
gfs2: constify rhashtable_params

rhashtable_params are not supposed to change at runtime. All
Functions rhashtable_* working with const rhashtable_params
provided by <linux/rhashtable.h>. So mark the non-const structs
as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/glock.c