]> git.proxmox.com Git - mirror_zfs.git/blobdiff - config/kernel-kstrtoul.m4
Add Linux namespace delegation support
[mirror_zfs.git] / config / kernel-kstrtoul.m4
index ef3c9843cce506ec5c8c8a18d3c18c37b0b7e47c..8e4b542978a94326500019209977cef69398cfb6 100644 (file)
@@ -1,8 +1,6 @@
 dnl #
 dnl # 2.6.39 API change
-dnl #
-dnl # If kstrtoul() doesn't exist, fallback to use strict_strtoul() which has
-dnl # existed since 2.6.25.
+dnl # Added kstrtoul()
 dnl #
 AC_DEFUN([ZFS_AC_KERNEL_SRC_KSTRTOUL], [
        ZFS_LINUX_TEST_SRC([kstrtoul], [
@@ -18,6 +16,6 @@ AC_DEFUN([ZFS_AC_KERNEL_KSTRTOUL], [
                AC_MSG_RESULT(yes)
                AC_DEFINE(HAVE_KSTRTOUL, 1, [kstrtoul() exists])
        ],[
-               AC_MSG_RESULT(no)
+               ZFS_LINUX_TEST_ERROR([kstrtoul()])
        ])
 ])