|
@@ -518,8 +518,8 @@ out_update_nl:
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct nf_conntrack_helper ftp[MAX_PORTS][2];
|
|
|
|
-static char ftp_names[MAX_PORTS][2][sizeof("ftp-65535")];
|
|
|
|
|
|
+static struct nf_conntrack_helper ftp[MAX_PORTS][2] __read_mostly;
|
|
|
|
+static char ftp_names[MAX_PORTS][2][sizeof("ftp-65535")] __read_mostly;
|
|
|
|
|
|
/* don't make this __exit, since it's called from __init ! */
|
|
/* don't make this __exit, since it's called from __init ! */
|
|
static void nf_conntrack_ftp_fini(void)
|
|
static void nf_conntrack_ftp_fini(void)
|