Re: [PATCH] RDS: constify rhashtable_params
From: santosh.shilimkar@oracle.com <hidden>
Date: 2017-08-30 13:55:13
Also in:
linux-rdma, lkml
From: santosh.shilimkar@oracle.com <hidden>
Date: 2017-08-30 13:55:13
Also in:
linux-rdma, lkml
On 8/30/17 4:49 AM, Arvind Yadav wrote:
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 <redacted> ---
This is already addressed in net-next by [1] Regards, Santosh [1] https://lkml.org/lkml/2017/8/25/482