On Wednesday 2008-07-02 15:51, Patrick McHardy wrote: >> > >> > Seems you're the first to try module_param_named with a bool :) >> > Does this help? >> >> It helps but produces a lot of warnings in other places: >> >> kernel/printk.c: In function '__check_time': >> kernel/printk.c:570: warning: return from incompatible pointer type > > Ah I see. You're supposed to use an int for the variable and > bool only for module_param_named. Yes but since we have 'bool' type (though only since recently), module_param_bool should also *take* a bool. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html