RDS: make rhashtable_params const
commit8209432a5e60f6e8b5ea1eda91c51c427d57c10c
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 25 Aug 2017 14:21:45 +0000 (25 19:51 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2017 18:30:02 +0000 (28 11:30 -0700)
tree69a89da01df6c7f605e95645e2eb56329dacf6a7
parentaa8db499ea67cff1f5f049033810ffede2fe5ae4
RDS: make rhashtable_params const

Make this const as it is either used during a copy operation or passed
to a const argument of the function rhltable_init

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/bind.c