Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
* 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 call_rcu thread context
+ * neither.
* In userspace RCU 0.7.x, for QSBR RCU flavor, cds_lfht_destroy() has a
* side-effect: it puts the caller thread in "online" state. This will
* be fixed in userspace RCU 0.8.x.