lowmem: remove unecessary usage of proc_dointvec_minmax()
authorViktor Rosendahl <viktor.rosendahl@nokia.com>
Thu, 11 Sep 2008 16:20:34 +0000 (19:20 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 12 Sep 2008 18:11:35 +0000 (11:11 -0700)
commit336092c0f9feef32928f617bd70f157daea04f40
treec9e07652ed58531829e21148104ab9ce342018be
parentad27614b78f8d17d1aa61ec7a8b4c1e862996c40
lowmem: remove unecessary usage of proc_dointvec_minmax()

As far as I can understand, using proc_dointvec_minmax() instead of
proc_dointvec only makes sense if you supply the min and/or max values in the
extra1 and extra2 fields of the struct.

Signed-off-by: Viktor Rosendahl <viktor.rosendahl@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
security/lowmem.c