From 3c1bf73e8ea5bf62fc35fded6e4d3d6d28a9c0bb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Oct 2009 23:42:48 +0200 Subject: [PATCH] ACCOUNT: mark reg structure __read_mostly --- extensions/ACCOUNT/xt_ACCOUNT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ACCOUNT/xt_ACCOUNT.c b/extensions/ACCOUNT/xt_ACCOUNT.c index 9cdb5d4..34e16b1 100644 --- a/extensions/ACCOUNT/xt_ACCOUNT.c +++ b/extensions/ACCOUNT/xt_ACCOUNT.c @@ -1015,7 +1015,7 @@ static int ipt_acc_get_ctl(struct sock *sk, int cmd, void *user, int *len) return ret; } -static struct xt_target xt_acc_reg = { +static struct xt_target xt_acc_reg __read_mostly = { .name = "ACCOUNT", .family = AF_INET, .target = ipt_acc_target,