commit | 06e56ded867d1035b877aba28189736f41e85ab0 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <[email protected]> | Sat Jan 16 10:29:43 2016 +0100 |
committer | Antonio Quartulli <[email protected]> | Wed Feb 10 23:24:00 2016 +0800 |
tree | 6d915ef03200ac9f6889904c35c75740d932e9fe | |
parent | 6be4d30c18270fe275084c7cd30884535424266e [diff] |
batman-adv: Convert batadv_bla_backbone_gw to kref batman-adv uses a self-written reference implementation which is just based on atomic_t. This is less obvious when reading the code than kref and therefore increases the change that the reference counting will be missed. Signed-off-by: Sven Eckelmann <[email protected]> Signed-off-by: Marek Lindner <[email protected]> Signed-off-by: Antonio Quartulli <[email protected]>