Re: [PATCH] sysctl: add proper unsigned int support

From: Luis R. Rodriguez
Date: Wed Feb 08 2017 - 20:33:33 EST


On Wed, Feb 8, 2017 at 5:28 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxxx> wrote:
> So unless anyone finds evidence to the contrary I will be ripping
> out array support from unsigned int

Oh so I should probably explain: the reason for this is that even
though I found one possible user for array for unsigned int, we
support ranges with int, and that should suffice for that driver.

Luis