From: Douglas Gilbert Date: Tue, 25 Nov 2014 01:18:02 +0000 (-0500) Subject: scsi_debug: append inject error flags onto scsi_cmnd object X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=817fd66beb779dbbe44c46dd11e64d8275efb593;p=pandora-kernel.git scsi_debug: append inject error flags onto scsi_cmnd object The way the existing scsi_debug command parser associated various inject error flags to a command was difficult to replicate in the table driven parser. This patch adds infrastructure to append those flags to the end of a scsi_cmnd object with the cmd_size host template option. Signed-off-by: Douglas Gilbert Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed