]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit216abdfb22c3c1a977b7757e0ed94ea856281661
treebf17954cdd6b995a7b2c1ac48fbc38fc2e6c3d6e
parent05ce4f1608a41af884f52b0152a9228044abf14f
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