From 125a6dae5e23500f9359023dac7be741c6fc47b1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 6 Jun 2013 22:38:08 -0400 Subject: [PATCH] rcuja: update destroy comment Signed-off-by: Mathieu Desnoyers --- urcu/rcuja.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)); -- 2.34.1