CDS API: removal of rcu_read lock/unlock dep, removal of call_rcu argument from init
[userspace-rcu.git] / urcu / rculfstack.h
index ad83dbe771cd09adf33bf7446c102cecb24666c6..f6739528a650b2bf8c9bb8d41a35dc400a02c16f 100644 (file)
@@ -71,7 +71,7 @@ extern void cds_lfs_init_rcu(struct cds_lfs_stack_rcu *s);
 extern void cds_lfs_push_rcu(struct cds_lfs_stack_rcu *s, struct cds_lfs_node_rcu *node);
 
 /*
- * Should be called under rcu read lock critical section.
+ * Acts as a RCU reader.
  *
  * 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.022114 seconds and 4 git commands to generate.