[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_physdev.c
index 467b2dcf7e6bf6b19ba2552e16d4f04acbe81397..f47cab7a696d6c8487afcc98ae75ddbf5c596cc2 100644 (file)
@@ -125,7 +125,7 @@ checkentry(const char *tablename,
        return true;
 }
 
-static struct xt_match xt_physdev_match[] = {
+static struct xt_match xt_physdev_match[] __read_mostly = {
        {
                .name           = "physdev",
                .family         = AF_INET,
This page took 0.029233 seconds and 5 git commands to generate.