Merge branch 'master' into urcu/rcuja-range
[userspace-rcu.git] / urcu / rculfhash.h
index 9c382120111c34d31d86fd80e9206d575626534a..4c400ce81e5b534fcef71b6fec40142ac27ecea4 100644 (file)
@@ -177,7 +177,8 @@ struct cds_lfht *cds_lfht_new(unsigned long init_size,
  * Return 0 on success, negative error value on error.
  * Threads calling this API need to be registered RCU read-side threads.
  * cds_lfht_destroy should *not* be called from a RCU read-side critical
- * section.
+ * section. It should *not* be called from a call_rcu thread context
+ * neither.
  */
 extern
 int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr);
This page took 0.02286 seconds and 4 git commands to generate.