From: Lukas Czerner Date: Fri, 12 Apr 2013 03:37:19 +0000 (-0400) Subject: ext4: Use kstrtoul() instead of parse_strtoul() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~83^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1091b157c330a21bb0eaa881efe0489a1697ed7;p=pandora-kernel.git ext4: Use kstrtoul() instead of parse_strtoul() In parse_strtoul() we're still using deprecated simple_strtoul(). Remove parse_strtoul() altogether and replace it with kstrtoul() Signed-off-by: Lukas Czerner Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed