diff options
author | Joern Engel <joern@logfs.org> | 2014-09-17 00:23:13 +0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2014-10-02 01:39:10 +0400 |
commit | f81ccb489a7a641c1bed41b49cf8d72c199c68d5 (patch) | |
tree | 8ab987efb52a2495bafdcc399f465ae15c47ae7a /net/lapb/lapb_timer.c | |
parent | 33940d09937276cd3c81f2874faf43e37c2db0e2 (diff) | |
download | linux-f81ccb489a7a641c1bed41b49cf8d72c199c68d5.tar.xz |
target: simplify core_tmr_abort_task
list_for_each_entry_safe is necessary if list objects are deleted from
the list while traversing it. Not the case here, so we can use the base
list_for_each_entry variant.
Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions