diff options
author | Zhaolei <zhaolei@cn.fujitsu.com> | 2009-04-20 08:58:26 +0200 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2009-06-02 01:13:05 +0200 |
commit | 1fdfca9c577aac96a559c1ea68f5c9156f17d636 (patch) | |
tree | fbbeeba504037440e42cce056781d56ecebfc4b1 /lib/ts_kmp.c | |
parent | ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro (diff) | |
download | linux-1fdfca9c577aac96a559c1ea68f5c9156f17d636.tar.xz linux-1fdfca9c577aac96a559c1ea68f5c9156f17d636.zip |
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 'lib/ts_kmp.c')
0 files changed, 0 insertions, 0 deletions