[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_helper.c
index 047d0046b28cde8bf19c434e5735f58ff95c45ad..d03acb032cc846bd32f1fb4f3591de4ab9bed966 100644 (file)
@@ -99,7 +99,7 @@ destroy(const struct xt_match *match, void *matchinfo)
        nf_ct_l3proto_module_put(match->family);
 }
 
-static struct xt_match xt_helper_match[] = {
+static struct xt_match xt_helper_match[] __read_mostly = {
        {
                .name           = "helper",
                .family         = AF_INET,
This page took 0.028552 seconds and 5 git commands to generate.