batman-adv: Add lockdep_asserts for documented external locks
authorSven Eckelmann <sven@narfation.org>
Sun, 21 Jun 2015 12:45:15 +0000 (14:45 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Mon, 24 Aug 2015 22:12:23 +0000 (00:12 +0200)
commit5274cd68d744b4bc59b32d87cbde70803130eb3f
treea1aa428cb74eb8cc022f60f5043e9099a67a7607
parent2c72d655b04450056566bcbfe89c2427376b60b4
batman-adv: Add lockdep_asserts for documented external locks

Some functions already have documentation about locks they require inside
their kerneldoc header. These can be directly tested during runtime using
the lockdep asserts.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/fragmentation.c
net/batman-adv/multicast.c
net/batman-adv/translation-table.c