commit | 6c76bf951cb099f5573954b1f56c1121c3a41c72 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Oct 12 11:07:03 2011 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Oct 24 03:21:06 2011 +0000 |
tree | e9b739b4fb28ae7e2be2fdf400dc4772d63360b8 | |
parent | 42bf829eee0e36371a3df43978b14572c716cbe7 [diff] |
target: make more use of the task_flags field in se_task Replace various atomic_t variables that were mostly under t_state_lock with new flags in task_flags. Note that the execution error path didn't take t_state_lock before, so add it there. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>