commit | 51ec502a32665fed66c7f03799ede4023b212536 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Tue Feb 14 16:25:54 2017 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Feb 20 14:37:19 2017 -0800 |
tree | 66a18d81d892bbd9c3b0802df537eef8fc4b8f70 | |
parent | e3b88ee95b4e4bf3e9729a4695d695b9c7c296c8 [diff] |
target: Delete tmr from list before processing This patch does an explicit list_del_init(tmr->tmr_list) in core_tmr_drain_tmr_list() before starting processing of outstanding TMRs to abort, instead of explicitly checking which TMR descriptor matches the caller. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Cc: Hannes Reinecke <hare@suse.com> Cc: Christoph Hellwig <hch@lst.de> Cc: David Disseldorp <ddiss@suse.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>