提交 ef8f342b 编写于 作者: N Nicolas Dichtel 提交者: David S. Miller

neigh: remove next ptr from struct neigh_table

After commit
d7480fd3 ("neigh: remove dynamic neigh table registration support"),
this field is not used anymore.

CC: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: NNicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: NCong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 16d8614b
......@@ -190,7 +190,6 @@ struct neigh_hash_table {
struct neigh_table {
struct neigh_table *next;
int family;
int entry_size;
int key_len;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册