git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd3fbd
)
tracing/stat: remove unappropriate safe walk on list
author
Frederic Weisbecker
<fweisbec@gmail.com>
Sat, 30 May 2009 02:25:30 +0000
(
04:25
+0200)
committer
Frederic Weisbecker
<fweisbec@gmail.com>
Mon, 1 Jun 2009 23:18:33 +0000
(
01:18
+0200)
register_stat_tracer() uses list_for_each_entry_safe
to check whether a tracer is already present in the list.
But we don't delete anything from the list here, so
we don't need the safe version
[ Impact: cleanup list use is stat tracing ]
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
No differences found