security: replace strict_strto*() with kstrto*()
authorJingoo Han <jg1.han@samsung.com>
Wed, 5 Feb 2014 06:13:14 +0000 (15:13 +0900)
committerJames Morris <james.l.morris@oracle.com>
Thu, 6 Feb 2014 08:11:04 +0000 (19:11 +1100)
The usage of strict_strto*() is not preferred, because
strict_strto*() is obsolete. Thus, kstrto*() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>

No differences found