Re: [patch 28/28] Introduce strtol_check_range()

2007-08-10 Thread David Miller
From: [EMAIL PROTECTED] Date: Fri, 10 Aug 2007 14:12:10 -0700 > From: Satyam Sharma <[EMAIL PROTECTED]> > > Callers (especially "store" functions for sysfs or configfs attributes) > that want to convert an input string to a number may often also want to > check for simple input sanity or allowabl

[patch 28/28] Introduce strtol_check_range()

2007-08-10 Thread akpm
From: Satyam Sharma <[EMAIL PROTECTED]> Callers (especially "store" functions for sysfs or configfs attributes) that want to convert an input string to a number may often also want to check for simple input sanity or allowable range. strtol10_check_range() of netconsole does this, so extract it o