Re: [RFC PATCH 5/6] implement per-cpu&per-domain state machinecall_srcu()

From: Peter Zijlstra
Date: Tue Mar 06 2012 - 06:35:39 EST


On Tue, 2012-03-06 at 17:57 +0800, Lai Jiangshan wrote:
> +/* Must called with sp->flip_check_mutex and sp->gp_lock held; */
> +static bool check_zero_idx(struct srcu_struct *sp, int idx,
> + struct srcu_head *head, int trycount)
> +{
> + unsigned long chck_seq;
> + bool checked_zero;
> +

lockdep_assert_held(&sp->flip_check_mutex);
lockdep_assert_held(&sp->gp_lock);

and you can do away with your comment (also you forgot a verb).
--
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/