* [PATCH] [DECNET] Remove unnecessary initilization of unused variable entries
@ 2005-05-28 16:26 Thomas Graf
2005-05-31 22:38 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Graf @ 2005-05-28 16:26 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
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>
---
commit eb870ca30d39dd41d9e70103aeef4d9c6e896697
tree 9a945f37582c6f1a503366fa0831916d99cba013
parent 31006b6a5e72afbc76f95fe778e6370dd820dda0
author Thomas Graf <tgraf@suug.ch> Sat, 28 May 2005 18:21:48 +0200
committer Thomas Graf <tgraf@suug.ch> Sat, 28 May 2005 18:21:48 +0200
net/decnet/dn_neigh.c | 1 -
1 files changed, 1 deletion(-)
Index: net/decnet/dn_neigh.c
===================================================================
--- 4df388ef25005542b65fc297e0d1fc45acbd1d5a/net/decnet/dn_neigh.c (mode:100644)
+++ 9a945f37582c6f1a503366fa0831916d99cba013/net/decnet/dn_neigh.c (mode:100644)
@@ -101,7 +101,6 @@
.id = "dn_neigh_cache",
.parms ={
.tbl = &dn_neigh_table,
- .entries = 0,
.base_reachable_time = 30 * HZ,
.retrans_time = 1 * HZ,
.gc_staletime = 60 * HZ,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-31 22:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-28 16:26 [PATCH] [DECNET] Remove unnecessary initilization of unused variable entries Thomas Graf
2005-05-31 22:38 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).