rcuja: update destroy comment
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Jun 2013 02:38:08 +0000 (22:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Jun 2013 02:38:08 +0000 (22:38 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/rcuja.h

index 4570f1a89da4512184d8fd785a314934ad0d4075..55793d573ea2ae2491912be312c182ffb949b4ea 100644 (file)
@@ -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));
This page took 0.026377 seconds and 4 git commands to generate.