]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
target: Delete tmr from list before processing
authorBart Van Assche <bart.vanassche@sandisk.com>
Wed, 15 Feb 2017 00:25:54 +0000 (16:25 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 20 Feb 2017 22:37:19 +0000 (14:37 -0800)
commit51ec502a32665fed66c7f03799ede4023b212536
tree66a18d81d892bbd9c3b0802df537eef8fc4b8f70
parente3b88ee95b4e4bf3e9729a4695d695b9c7c296c8
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>
drivers/target/target_core_tmr.c