batman-adv: Convert batadv_neigh_ifinfo to kref
[deliverable/linux.git] / net / batman-adv / types.h
index 17f97ff5b4d1b8fbeaf07cd0a1d6ad9a8d82d3d1..81d9f8d6c54b36a8a8cd79641ea9852ecea08f02 100644 (file)
@@ -420,7 +420,7 @@ struct batadv_neigh_ifinfo {
        struct batadv_hard_iface *if_outgoing;
        struct batadv_neigh_ifinfo_bat_iv bat_iv;
        u8 last_ttl;
-       atomic_t refcount;
+       struct kref refcount;
        struct rcu_head rcu;
 };
 
This page took 0.038606 seconds and 5 git commands to generate.