commit | e99d48a62bfc6e64548e0d5085240c5024eca471 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Oct 17 13:56:47 2011 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Oct 24 03:21:42 2011 +0000 |
tree | bf17954cdd6b995a7b2c1ac48fbc38fc2e6c3d6e | |
parent | cdbb70bb4c17dad0ee23a357030021892a0f60f0 [diff] |
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>