]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
neigh: Kill bogus SMP protected debugging message.
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Nov 2011 21:45:55 +0000 (17:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Nov 2011 21:45:55 +0000 (17:45 -0400)
commit045f7b3b0005bf30ad8d664c7651d816e2650cd2
tree73caac0734d397f72cf28eb4f1f20f00ec12fed7
parent563e12326473cb5d6cce0a4dca32509fe753eb8d
neigh: Kill bogus SMP protected debugging message.

Whatever situations make this state legitimate when SMP
also would be legitimate when !SMP and f.e. preemption is
enabled.

This is dubious enough that we should just delete it entirely.  If we
want to add debugging for neigh timer races, better more thorough
mechanisms are needed.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c