Bluetooth: Convert link keys list to use RCU
[firefly-linux-kernel-4.4.55.git] / include / net / bluetooth / hci_core.h
index a805b3d97c0b467d55fc7812c280a61e03771558..396c09840fdffb656e844cc69940ecc94ebb36f3 100644 (file)
@@ -130,6 +130,7 @@ struct smp_irk {
 
 struct link_key {
        struct list_head list;
+       struct rcu_head rcu;
        bdaddr_t bdaddr;
        u8 type;
        u8 val[HCI_LINK_KEY_SIZE];