commit | 008a374487070a391c12aa39288fd8511f822cab | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@open-mesh.com> | Tue Nov 03 19:20:34 2015 +0100 |
committer | Antonio Quartulli <a@unstable.cc> | Sat Jan 09 20:56:00 2016 +0800 |
tree | 9c3821eb6d6f9531a8a903feff683e23448090b9 | |
parent | 4a4d045eb2c174472b68f366108bf76f1802f803 [diff] |
batman-adv: Fix lockdep annotation of batadv_tlv_container_remove The function handles tlv containers and not tlv handlers. Thus the lockdep_assert_held has to check for the container_list lock. Fixes: 2c72d655b044 ("batman-adv: Annotate deleting functions with external lock via lockdep") Signed-off-by: Sven Eckelmann <sven@open-mesh.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <a@unstable.cc>