Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux.git] / security / selinux / selinuxfs.c
index d60c0ee66387d8078055414992ad36d7a2d31fa8..c71737f6d1cc6284edaf1b7b0f8db43abfebd54d 100644 (file)
@@ -54,7 +54,7 @@ unsigned int selinux_checkreqprot = CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE;
 static int __init checkreqprot_setup(char *str)
 {
        unsigned long checkreqprot;
-       if (!strict_strtoul(str, 0, &checkreqprot))
+       if (!kstrtoul(str, 0, &checkreqprot))
                selinux_checkreqprot = checkreqprot ? 1 : 0;
        return 1;
 }