mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-22 05:16:38 +00:00
[DECNET]: Remove unnecessary initilization of unused variable entries
This patch was supposed to be part of the neighbour tables related patchset but apparently got lost. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0603eac0d6
commit
58b82150da
@ -101,7 +101,6 @@ struct neigh_table dn_neigh_table = {
|
|||||||
.id = "dn_neigh_cache",
|
.id = "dn_neigh_cache",
|
||||||
.parms ={
|
.parms ={
|
||||||
.tbl = &dn_neigh_table,
|
.tbl = &dn_neigh_table,
|
||||||
.entries = 0,
|
|
||||||
.base_reachable_time = 30 * HZ,
|
.base_reachable_time = 30 * HZ,
|
||||||
.retrans_time = 1 * HZ,
|
.retrans_time = 1 * HZ,
|
||||||
.gc_staletime = 60 * HZ,
|
.gc_staletime = 60 * HZ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user