diff options
author | Sven Eckelmann <sven@narfation.org> | 2016-01-31 15:27:59 +0300 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-16 12:52:25 +0300 |
commit | c18bdd018e8912ca73ad6c12120b7283b5038875 (patch) | |
tree | 6ae1d405b2ed725cc1dff31138576a024712f612 /fs/char_dev.c | |
parent | db92ea5d4df00271b57d79c2d03dae5a5d60fcc1 (diff) | |
download | linux-c18bdd018e8912ca73ad6c12120b7283b5038875.tar.xz |
batman-adv: Only put gw_node list reference when removed
The batadv_gw_node reference counter in batadv_gw_node_update can only be
reduced when the list entry was actually removed. Otherwise the reference
counter may reach zero when batadv_gw_node_update is called from two
different contexts for the same gw_node but only one context is actually
removing the entry from the list.
The release function for this gw_node is not called inside the list_lock
spinlock protected region because the function batadv_gw_node_update still
holds a gw_node reference for the object pointer on the stack. Thus the
actual release function (when required) will be called only at the end of
the function.
Fixes: bd3524c14bd0 ("batman-adv: remove obsolete deleted attribute for gateway node")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Diffstat (limited to 'fs/char_dev.c')
0 files changed, 0 insertions, 0 deletions