commit | 817fd66beb779dbbe44c46dd11e64d8275efb593 | [log] [tgz] |
---|---|---|
author | Douglas Gilbert <dgilbert@interlog.com> | Mon Nov 24 20:18:02 2014 -0500 |
committer | Christoph Hellwig <hch@lst.de> | Tue Nov 25 15:42:56 2014 +0100 |
tree | e57cf120d2634f2c55ef42b039ae892aa5209b9e | |
parent | 22017ed2de64b8f7a2ec0abe59dd6ca92f693391 [diff] |
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 <dgilbert@interlog.com> Signed-off-by: Christoph Hellwig <hch@lst.de>