From: Mathieu Desnoyers Date: Fri, 7 Jun 2013 02:38:08 +0000 (-0400) Subject: rcuja: update destroy comment X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=125a6dae5e23500f9359023dac7be741c6fc47b1;p=urcu.git rcuja: update destroy comment Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/rcuja.h b/urcu/rcuja.h index 4570f1a..55793d5 100644 --- a/urcu/rcuja.h +++ b/urcu/rcuja.h @@ -147,7 +147,8 @@ struct cds_ja *cds_ja_new(unsigned int key_bits) * on the Judy array while it is being destroyed (ensured by the caller). * There is no need for the @rcu_free_node_cb callback to wait for grace * periods, since there are no more concurrent users of the Judy array. - * RCU read-side lock should _not_ be held when calling this function. + * RCU read-side lock should _not_ be held when calling this function, + * however, QSBR threads need to be online. */ int cds_ja_destroy(struct cds_ja *ja, void (*free_node_cb)(struct cds_ja_node *node));