commit | 066bb8d03b6e52e4844d37145573d6a2bedaa339 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@us.ibm.com> | Fri Jan 06 00:19:53 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:33:58 2006 -0800 |
tree | cdef785ca23e7803573ac774ab9750bb83a672c9 | |
parent | 81684ee645e15601ec935461d9069a3086179c06 [diff] |
[PATCH] fix remaining list_for_each_safe_rcu in -mm (take 2) I missed a use of list_for_each_rcu_safe() in -mm tree. Here is an updated patch to fix it. This time tested on a machine that actually uses IPMI... (Thanks to Serge Hallyn for spotting this.) Signed-off-by: "Paul E. McKenney" <paulmck@us.ibm.com> Cc: Corey Minyard <minyard@acm.org> Cc: Matt Domsch <Matt_Domsch@dell.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>