Arvind Yadav <arvind.yadav.cs@xxxxxxxxx> writes:Thanks for pointing. I will update.
genl_ops are not supposed to change at runtime. All functionsUsing the prefix "rsi:" looks wrong for this patch.
working with genl_ops provided by <net/genetlink.h> work with
const genl_ops. So mark the non-const structs as const.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
---
net/tipc/netlink_compat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
~arvind