Revert "CDS API: removal of rcu_read lock/unlock dep, removal of call_rcu argument...
[urcu.git] / urcu / rculfstack.h
index cf00daf26cc65cf09d300dafb91dd73467cf6f42..7d359d4ce34ce7dc5a02cfd0c3207f1ec9c1d720 100644 (file)
@@ -72,7 +72,7 @@ extern int cds_lfs_push_rcu(struct cds_lfs_stack_rcu *s,
                        struct cds_lfs_node_rcu *node);
 
 /*
- * Acts as a RCU reader.
+ * Should be called under rcu read lock critical section.
  *
  * The caller must wait for a grace period to pass before freeing the returned
  * node or modifying the cds_lfs_node_rcu structure.
This page took 0.022571 seconds and 4 git commands to generate.