Re: [PATCH v5 3.1.0-rc4-tip 18/26] uprobes: slot allocation.

From: Peter Zijlstra
Date: Tue Sep 27 2011 - 08:51:55 EST


On Tue, 2011-09-20 at 17:33 +0530, Srikar Dronamraju wrote:
> + spin_lock_irqsave(&area->slot_lock, flags);
> + __clear_bit(slot_nr, area->bitmap);
> + spin_unlock_irqrestore(&area->slot_lock, flags);

that so wants to be clear_bit()..
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/