linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] neigh: remove duplicated log msg
@ 2016-04-06 12:42 Abdelmajid Mlayeh
  2016-04-06 18:20 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Abdelmajid Mlayeh @ 2016-04-06 12:42 UTC (permalink / raw)
  To: linux-kernel
  Cc: Abdelmajid MLAYEH, David S. Miller, David Ahern, Eric Dumazet,
	Martin Zhang, Konstantin Khlebnikov, Julian Anastasov,
	Rick Jones, netdev

From: Abdelmajid MLAYEH <abdelmajidx.mlayeh@intel.com>

This will be printed anyways by neigh_suspect

Signed-off-by: Abdelmajid Mlayeh <abdelmajidx.mlayeh@intel.com>
---
 net/core/neighbour.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/neighbour.c b/net/core/neighbour.c
index f18ae91..bf20118 100644
--- a/net/core/neighbour.c
+++ b/net/core/neighbour.c
@@ -896,7 +896,6 @@ static void neigh_timer_handler(unsigned long arg)
 			neigh_suspect(neigh);
 			next = now + NEIGH_VAR(neigh->parms, DELAY_PROBE_TIME);
 		} else {
-			neigh_dbg(2, "neigh %p is suspected\n", neigh);
 			neigh->nud_state = NUD_STALE;
 			neigh->updated = jiffies;
 			neigh_suspect(neigh);
-- 
1.9.1

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] neigh: remove duplicated log msg
  2016-04-06 12:42 [PATCH] neigh: remove duplicated log msg Abdelmajid Mlayeh
@ 2016-04-06 18:20 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-04-06 18:20 UTC (permalink / raw)
  To: abdelmajidx.mlayeh
  Cc: linux-kernel, dsa, edumazet, martinbj2008, koct9i, ja,
	rick.jones2, netdev

From: Abdelmajid Mlayeh <abdelmajidx.mlayeh@intel.com>
Date: Wed,  6 Apr 2016 14:42:06 +0200

> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.

We will not read any patches with attachments like this, sorry.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-06 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-06 12:42 [PATCH] neigh: remove duplicated log msg Abdelmajid Mlayeh
2016-04-06 18:20 ` David 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).