[PATCH] fix remaining list_for_each_safe_rcu in -mm (take 2)
authorPaul E. McKenney <paulmck@us.ibm.com>
Fri, 6 Jan 2006 08:19:53 +0000 (00:19 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:58 +0000 (08:33 -0800)
commit066bb8d03b6e52e4844d37145573d6a2bedaa339
treecdef785ca23e7803573ac774ab9750bb83a672c9
parent81684ee645e15601ec935461d9069a3086179c06
[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>
drivers/char/ipmi/ipmi_msghandler.c