]> err.no Git - linux-2.6/blobdiff - include/linux/list.h
[SPARC64]: Add syscall auditing support.
[linux-2.6] / include / linux / list.h
index dd7cd54fa831381b49310dc548d844d90762e016..aab2db21b013e438c672dbfe4fcceb065bf578d3 100644 (file)
@@ -185,7 +185,7 @@ static inline void list_del(struct list_head *entry)
  * list_for_each_entry_rcu().
  *
  * Note that the caller is not permitted to immediately free
- * the newly deleted entry.  Instead, either synchronize_kernel()
+ * the newly deleted entry.  Instead, either synchronize_rcu()
  * or call_rcu() must be used to defer freeing until an RCU
  * grace period has elapsed.
  */
@@ -692,7 +692,7 @@ static inline void hlist_add_after(struct hlist_node *n,
  * @member:    the name of the hlist_node within the struct.
  *
  * This list-traversal primitive may safely run concurrently with
- * the _rcu list-mutation primitives such as hlist_add_rcu()
+ * the _rcu list-mutation primitives such as hlist_add_head_rcu()
  * as long as the traversal is guarded by rcu_read_lock().
  */
 #define hlist_for_each_entry_rcu(tpos, pos, head, member)               \