ext4: Use kstrtoul() instead of parse_strtoul()
authorLukas Czerner <lczerner@redhat.com>
Fri, 12 Apr 2013 03:37:19 +0000 (23:37 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Apr 2013 03:37:19 +0000 (23:37 -0400)
In parse_strtoul() we're still using deprecated simple_strtoul().  Remove
parse_strtoul() altogether and replace it with kstrtoul()

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c

diff --cc fs/ext4/super.c
Simple merge