commit | 67b62f98a1de962277b60d77c0c208b76867dbae | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Mon Oct 17 19:15:53 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 18 11:45:00 2016 -0400 |
tree | d5f99f69bedcc17d837ceb1a7704d897253ca623 | |
parent | 0f524a80ff35af8a7664d7661d948107da142e04 [diff] |
net: dev: Improve debug statements for adjacency tracking Adjacency code only has debugs for the insert case. Add debugs for the remove path and make both consistently worded to make it easier to follow the insert and removal with reference counts. In addition, change the BUG to a WARN_ON. A missing adjacency at removal time is not cause for a panic. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>