diff options
| author | Bart De Schuymer <bdschuym@pandora.be> | 2003-03-22 12:47:08 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-03-22 12:47:08 -0800 |
| commit | 4228d368e67f05d8cfc52f80f0a2b94d91320d1c (patch) | |
| tree | 90647a612633180af474b0a025eead075a85ccee /include/linux | |
| parent | f055e6c7db44ba4d0b3f7afad8aa88129a6dd33f (diff) | |
[EBTABLES] hold usage count on table module when it contains rules
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter_bridge/ebtables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter_bridge/ebtables.h b/include/linux/netfilter_bridge/ebtables.h index cb6348d30cb2..1056e450ef14 100644 --- a/include/linux/netfilter_bridge/ebtables.h +++ b/include/linux/netfilter_bridge/ebtables.h @@ -260,6 +260,7 @@ struct ebt_table unsigned int valid_hooks); /* the data used by the kernel */ struct ebt_table_info *private; + struct module *me; }; extern int ebt_register_table(struct ebt_table *table); |
