diff options
author | 2009-05-30 04:25:30 +0200 | |
---|---|---|
committer | 2009-06-02 01:18:33 +0200 | |
commit | 43bd1236234cacbc18d1476a9b57e7a306efddf5 (patch) | |
tree | 087fd59a2f98e85fdf017267998a7364a47536c3 /security/capability.c | |
parent | tracing/stat: do some cleanups (diff) | |
download | wireguard-linux-43bd1236234cacbc18d1476a9b57e7a306efddf5.tar.xz wireguard-linux-43bd1236234cacbc18d1476a9b57e7a306efddf5.zip |
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>
Diffstat (limited to 'security/capability.c')
0 files changed, 0 insertions, 0 deletions