From: Jingoo Han Date: Sat, 1 Jun 2013 07:15:16 +0000 (+0900) Subject: md: replace strict_strto*() with kstrto*() X-Git-Tag: v3.11-rc1~91^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b29bebd66dbd492105668ec3515a5ffb0b25e4c1;p=pandora-kernel.git md: replace strict_strto*() with kstrto*() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Signed-off-by: NeilBrown --- Reading git-diff-tree failed