mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
[NETFILTER]: nf_conntrack: kill unused callback init_conntrack
Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
55fe586636
commit
2c16b774c7
@ -178,9 +178,6 @@ static struct {
|
||||
/* allocated slab cache + modules which uses this slab cache */
|
||||
int use;
|
||||
|
||||
/* Initialization */
|
||||
int (*init_conntrack)(struct nf_conn *, u_int32_t);
|
||||
|
||||
} nf_ct_cache[NF_CT_F_NUM];
|
||||
|
||||
/* protect members of nf_ct_cache except of "use" */
|
||||
|
Loading…
x
Reference in New Issue
Block a user