Frederic Weisbecker
43bd123623
tracing/stat: remove unappropriate safe walk on list
...
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>
2009-06-02 01:18:33 +02:00
..
2009-05-19 10:29:21 +02:00
2009-05-18 10:24:13 +02:00
2009-05-26 03:03:21 +02:00
2009-04-14 00:00:56 +02:00
2009-05-07 13:36:22 +02:00
2009-05-11 13:22:26 -04:00
2009-05-11 23:33:06 -04:00
2009-04-07 14:43:06 +02:00
2009-05-07 11:17:34 +02:00
2009-03-22 18:16:54 +01:00
2009-05-06 10:38:19 +02:00
2009-04-29 14:06:03 +02:00
2009-05-14 23:55:12 -04:00
2009-05-26 03:30:31 +02:00
2009-04-29 14:06:03 +02:00
2009-03-24 23:41:11 -04:00
2009-02-18 01:40:20 +01:00
2009-05-07 13:36:22 +02:00
2009-03-04 22:15:30 -05:00
2009-04-07 14:43:06 +02:00
2009-03-23 09:22:15 +01:00
2009-05-26 20:31:50 +02:00
2009-05-25 23:53:41 +02:00
2009-05-07 11:17:34 +02:00
2009-04-07 14:43:07 +02:00
2009-04-14 22:05:43 -04:00
2009-04-23 23:01:36 -04:00
2009-04-07 13:36:21 +02:00
2009-04-07 14:43:07 +02:00
2009-06-02 01:18:33 +02:00
2009-03-24 23:22:58 -04:00
2009-04-09 05:43:32 +02:00
2009-04-07 14:43:07 +02:00
2009-06-02 01:14:26 +02:00
2009-05-28 01:21:03 +02:00
2009-05-07 13:36:22 +02:00