On Wednesday 2009-01-07 21:05, Eric Leblond wrote: >This patch converts the logging modules to the new API. For nfnetlink_log, >it simply switchs call to register functions to call to bind function and >adds a call to nf_log_register() during init. For other modules, it just >remove a const flag from the logger structure. > >-static const struct nf_logger ipt_log_logger ={ >+static struct nf_logger ipt_log_logger ={ But maybe add __read_mostly, then? -- 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