ACCOUNT: mark reg structure __read_mostly

This commit is contained in:
Jan Engelhardt
2009-10-06 23:42:48 +02:00
parent 0541154a5e
commit 3c1bf73e8e

View File

@@ -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,