From: Christoph Hellwig Date: Wed, 2 Nov 2011 12:06:35 +0000 (-0700) Subject: target: add back error handling in transport_complete_task X-Git-Tag: v3.2-rc1~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2235007c4d3245c0eca5e49497aafe5a111c00fb;p=pandora-kernel.git target: add back error handling in transport_complete_task The commit target: use a workqueue for I/O completions accidentally removed setting t_tasks_failed in transport_complete_task. Add it back in a slightly cleaner way; now it is set for every failed task instead of special casing the last one completing by using the success argument directly for it. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas A. Bellinger --- Reading git-diff-tree failed