Re: [PATCH] scsi_debug: simple short transfer injection

2014-04-28 Thread Douglas Gilbert
On 14-04-28 11:58 AM, Christoph Hellwig wrote: Add an option to only transfer half the data for every n-th command. Signed-off-by: Christoph Hellwig Acked-by: Douglas Gilbert --- drivers/scsi/scsi_debug.c |8 1 file changed, 8 insertions(+) diff --git a/drivers/scsi/scsi_d

[PATCH] scsi_debug: simple short transfer injection

2014-04-28 Thread Christoph Hellwig
Add an option to only transfer half the data for every n-th command. Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi_debug.c |8 1 file changed, 8 insertions(+) diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c index 6de6b1a..5f64dc8 100644 --- a/drivers/scs