commit | 665a7583f32ab5b3bfe7a4d88da506542f7cdd75 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <[email protected]> | Mon Nov 07 00:59:17 2005 -0800 |
committer | Linus Torvalds <[email protected]> | Mon Nov 07 07:53:35 2005 -0800 |
tree | 2b45def3f7ecaf322b05622a635510fe8aef51af | |
parent | 9f46080c41d5f3f7c00b4e169ba4b0b2865258bf [diff] |
[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_each_entry_rcu Remove the hlist_for_each_rcu() API, which is used only in one place, and is trivially converted to hlist_for_each_entry_rcu(), making the code shorter and more readable. Any out-of-tree uses may be similarly converted. Signed-off-by: "Paul E. McKenney" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>