commit | 5d52dad27a08d2c8851acb12b041088ec07881dd | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Thu Mar 29 12:38:20 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Jun 18 18:00:57 2012 +0200 |
tree | f5f05095d17bf618eed08fc79ee969b48937dc59 | |
parent | d2b6cc8e460494251442a877fcbc150faa175b4f [diff] |
batman-adv: Initialize lockdep class keys for hashes The hash for claim and backbone hash in the bridge loop avoidance code receive the same key because they are getting initialized by hash_new with the same key. Lockdep will create a backtrace when they are used recursively. This can be avoided by reinitializing the key directly after the hash_new. Signed-off-by: Sven Eckelmann <sven@narfation.org>