Hi,
Simon Wunderlich sw@simonwunderlich.de [2015-09-11 16:12:03]:
@@ -1669,11 +1685,15 @@ int batadv_bla_claim_table_seq_print_text(struct seq_file *seq, void *offset) hlist_for_each_entry_rcu(claim, head, hash_entry) { is_own = batadv_compare_eth(claim->backbone_gw->orig, primary_addr);
spin_lock_bh(&claim->backbone_gw->crc_lock);
backbone_crc = claim->backbone_gw->crc;
spin_lock_bh(&claim->backbone_gw->crc_lock);
shouldn't this be spin_unlock_bh?
-- ynezz