From: Christoph Hellwig Date: Thu, 3 Nov 2011 21:50:44 +0000 (-0400) Subject: target: remove SCF_EMULATE_CDB_ASYNC X-Git-Tag: v3.2-rc1~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29a5b6acc4b63d4e05ff554509df6fbeaf527cd;p=pandora-kernel.git target: remove SCF_EMULATE_CDB_ASYNC All ->execute_task instances now need to complete the I/O explicitly, which can either happen synchronously or asynchronously. Note that a lot of the CDB emulations appear to return success even if some lowlevel operations failed. Given that this is an existing issue this patch doesn't change that fact. (nab: Adding missing switch breaks in PR-IN + PR_OUT) Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed