summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2014-09-16 16:23:13 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2014-10-01 14:39:10 -0700
commitf81ccb489a7a641c1bed41b49cf8d72c199c68d5 (patch)
tree8ab987efb52a2495bafdcc399f465ae15c47ae7a /drivers/scsi
parent33940d09937276cd3c81f2874faf43e37c2db0e2 (diff)
downloadlinux-f81ccb489a7a641c1bed41b49cf8d72c199c68d5.tar.bz2
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 'drivers/scsi')
0 files changed, 0 insertions, 0 deletions