]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/netfilter/xt_esp.c
[NETFILTER]: x_tables: mark matches and targets __read_mostly
[karo-tx-linux.git] / net / netfilter / xt_esp.c
index 1a6ae8a047c72bf5df8ecb7e6614ebdab261aff5..b11378e001b6acb639873491606a62e16de8217d 100644 (file)
@@ -91,7 +91,7 @@ checkentry(const char *tablename,
        return true;
 }
 
-static struct xt_match xt_esp_match[] = {
+static struct xt_match xt_esp_match[] __read_mostly = {
        {
                .name           = "esp",
                .family         = AF_INET,