batman-adv: Convert batadv_dat_entry to kref
[deliverable/linux.git] / net / batman-adv / types.h
index b3d9b5b566a2a342defcc008f0e94cba4c81805a..9df8f39e478595d8837c63d2517a54c40c46e54c 100644 (file)
@@ -1230,7 +1230,7 @@ struct batadv_dat_entry {
        unsigned short vid;
        unsigned long last_update;
        struct hlist_node hash_entry;
-       atomic_t refcount;
+       struct kref refcount;
        struct rcu_head rcu;
 };
 
This page took 0.023336 seconds and 5 git commands to generate.