diff options
author | Zhaolei <zhaolei@cn.fujitsu.com> | 2009-04-20 14:58:26 +0800 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2009-06-02 01:13:05 +0200 |
commit | 1fdfca9c577aac96a559c1ea68f5c9156f17d636 (patch) | |
tree | fbbeeba504037440e42cce056781d56ecebfc4b1 /kernel/rcuclassic.c | |
parent | fb39125fd79a25c5002f3b45cf4c80e3fa6b961b (diff) |
trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()
No need to use list_for_each_entry_safe() in iteration without deleting
any node, we can use list_for_each_entry() instead.
[ Impact: cleanup ]
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Tom Zanussi <tzanussi@gmail.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'kernel/rcuclassic.c')
0 files changed, 0 insertions, 0 deletions