From: Sven Eckelmann Date: Thu, 29 Mar 2012 10:38:20 +0000 (+0200) Subject: batman-adv: Initialize lockdep class keys for hashes X-Git-Tag: v3.6-rc1~125^2~521^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d52dad27a08d2c8851acb12b041088ec07881dd;p=pandora-kernel.git 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 --- Reading git-diff-tree failed