Re: [PATCH] neigh: print nud_state in neigh timer handler.
From: David Miller <davem@davemloft.net>
Date: 2011-11-01 21:44:20
From: David Miller <davem@davemloft.net>
Date: 2011-11-01 21:44:20
From: Daniel Baluta <redacted> Date: Mon, 31 Oct 2011 23:10:48 +0200
From: Daniel Baluta <redacted> For debugging purposes it is useful to know the exact state of a non NUD_IN_TIMER neighbour entry whose timer handler just expired. Signed-off-by: Daniel Baluta <redacted>
This debugging log message is dubious. Also, it is protected by !SMP and I can almost guarentee you that whatever condition makes it happen leigitmately on SMP also can be triggered with preemption enabled on !SMP. So I'm going to simply remove this debug message entirely instead.