On Fri, Mar 08, 2013 at 09:23:17AM +0100, Lukas Czerner wrote: > In parse_strtoul() we're still using deprecated simple_strtoul(). Change > that in favour of kstrtoul(). > > Signed-off-by: Lukas Czerner <lczerner@xxxxxxxxxx> Once you make this change, wouldn't it be better and even more simplifying to replace the two places where we call parse_strtoul() with kstrtoul()? - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html