commit | 6793a051fb9311f0f1ab7eafc5a9e69b8a1bd8d4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 14 17:10:12 2008 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 17 03:30:23 2008 -0400 |
tree | e0732f3bf37440015e86ccfd6a0cb5ca79703c5e | |
parent | fcaf1eb8685a00a99259e138e403841e984385b0 [diff] |
[PATCH] list_for_each_rcu must die: audit All uses of list_for_each_rcu() can be profitably replaced by the easier-to-use list_for_each_entry_rcu(). This patch makes this change for the Audit system, in preparation for removing the list_for_each_rcu() API entirely. This time with well-formed SOB. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>