]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: make rhashtable_params const
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 25 Aug 2017 14:21:45 +0000 (19:51 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2017 18:30:02 +0000 (11:30 -0700)
commit28783a78fd4e86b02fd12f4e3929cceafa628789
tree69a89da01df6c7f605e95645e2eb56329dacf6a7
parentfbdfce42743ebc946ca25a4faff6d53753c229d1
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