On Mon, Oct 3, 2016 at 11:40 PM, Maciej Żenczykowski <zenczykow...@gmail.com> wrote: >> Please remove the const qualifier and the casts to be consistent >> with how we handle this elsewhere. >> >> Thanks. > > I can of course trivially make that change. > > But: > > (on net-next/master) > git grep 'extra[12].*=.*\(void *[*]\)' > > currently finds 45 matches, and this patch adds a 46th.
Seems the sysctl layer should make them const, but I never look into it, it doesn't look like it needs to modify these min/max consts.