On Tue, 2011-05-31 at 21:16 +0200, Felix Fietkau wrote: > + rcu_read_lock(); > + > + sta = sta_info_get(sdata, sdata->u.wds.remote_addr); > + > + if (!sta) { > + rcu_read_unlock(); > + sta = sta_info_alloc(sdata, sdata->u.wds.remote_addr, > + GFP_KERNEL); > + if (!sta) > + return; > + > + new = true; > + } ... > + rcu_read_unlock(); definitely doesn't look right. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html