Re: [PATCH 3/3 v3] net: tipc: constify genl_ops

From: David Miller
Date: Thu Aug 24 2017 - 01:32:19 EST


From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Date: Wed, 23 Aug 2017 16:22:20 +0530

> genl_ops are not supposed to change at runtime. All functions
> 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>

Applied.