at 16.09-beta 13 lines 428 B view raw
1diff --git a/module/spl/spl-proc.c b/module/spl/spl-proc.c 2index eb00505..6f38cef 100644 3--- a/module/spl/spl-proc.c 4+++ b/module/spl/spl-proc.c 5@@ -36,7 +36,7 @@ 6 #include <linux/uaccess.h> 7 #include <linux/version.h> 8 9-#if defined(CONSTIFY_PLUGIN) && LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0) 10+#if defined(CONSTIFY_PLUGIN) 11 typedef struct ctl_table __no_const spl_ctl_table; 12 #else 13 typedef struct ctl_table spl_ctl_table;