target: remove TF_TIMER_STOP
authorChristoph Hellwig <hch@infradead.org>
Mon, 17 Oct 2011 17:56:47 +0000 (13:56 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 24 Oct 2011 03:21:42 +0000 (03:21 +0000)
commite99d48a62bfc6e64548e0d5085240c5024eca471
treebf17954cdd6b995a7b2c1ac48fbc38fc2e6c3d6e
parentcdbb70bb4c17dad0ee23a357030021892a0f60f0
target: remove TF_TIMER_STOP

TF_TIMER_STOP is useless as it only helps to mitigate a tiny race during
deleting the timer.  But given that we have cleared TF_ACTIVE at this point
we already have another mitigation a few lines down the function.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c
include/target/target_core_base.h