From: Christoph Hellwig Date: Sun, 20 May 2012 18:34:44 +0000 (-0400) Subject: target: remove the execute list X-Git-Tag: v3.6-rc1~156^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f41a31d0a49a014adb1588edd0cc7f7e30cc55b;p=pandora-kernel.git target: remove the execute list Since "target: Drop se_device TCQ queue_depth usage from I/O path" we always submit all commands (or back then, tasks) from __transport_execute_tasks. That means the the execute list has lots its purpose, as we can simply submit the commands that are restarted in transport_complete_task_attr directly while we walk the list. In fact doing so also solves a race in the way it currently walks to delayed_cmd_list as well. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed