From e1091b157c330a21bb0eaa881efe0489a1697ed7 Mon Sep 17 00:00:00 2001 From: Lukas Czerner Date: Thu, 11 Apr 2013 23:37:19 -0400 Subject: [PATCH] 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-format-patch failed