[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3efeae51-8963-cb73-2fdd-457d2313b4c7@gmail.com>
Date: Wed, 19 Sep 2018 09:21:07 -0700
From: David Ahern <dsahern@...il.com>
To: Johannes Berg <johannes@...solutions.net>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org
Cc: Johannes Berg <johannes.berg@...el.com>
Subject: Re: [PATCH 2/7] netlink: make validation_data const
On 9/19/18 5:08 AM, Johannes Berg wrote:
> From: Johannes Berg <johannes.berg@...el.com>
>
> The validation data is only used within the policy that
> should usually already be const, and isn't changed in any
> code that uses it. Therefore, make the validation_data
> pointer const.
>
> While at it, remove the duplicate variable in the bitfield
> validation that I'd otherwise have to change to const.
>
> Signed-off-by: Johannes Berg <johannes.berg@...el.com>
> ---
> include/net/netlink.h | 2 +-
> lib/nlattr.c | 5 ++---
> 2 files changed, 3 insertions(+), 4 deletions(-)
>
Reviewed-by: David Ahern <dsahern@...il.com>
Powered by blists - more mailing lists