From: Thomas Graf <tgraf@suug.ch>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@oss.sgi.com
Subject: [PATCH] [DECNET] Remove unnecessary initilization of unused variable entries
Date: Sat, 28 May 2005 18:26:24 +0200 [thread overview]
Message-ID: <20050528162624.GU15391@postel.suug.ch> (raw)
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,
next reply other threads:[~2005-05-28 16:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-28 16:26 Thomas Graf [this message]
2005-05-31 22:38 ` [PATCH] [DECNET] Remove unnecessary initilization of unused variable entries David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050528162624.GU15391@postel.suug.ch \
--to=tgraf@suug.ch \
--cc=davem@davemloft.net \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).