Signed-off-by: Rob Evers <revers@xxxxxxxxxx> --- include/linux/blkdev.h | 2 +- include/scsi/scsi_cmnd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 1756001..cafce6e 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -85,7 +85,7 @@ enum rq_cmd_type_bits { REQ_TYPE_ATA_PC, }; -#define BLK_MAX_CDB 16 +#define BLK_MAX_CDB 32 /* * try to put the fields that are referenced together in the same cacheline. diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index de5f5d8..9890d29 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h @@ -24,7 +24,7 @@ struct scsi_driver; * So in effect MAX_COMMAND_SIZE means the maximum size command scsi-ml * supports without specifying a cmd_len by ULD's */ -#define MAX_COMMAND_SIZE 16 +#define MAX_COMMAND_SIZE 32 #if (MAX_COMMAND_SIZE > BLK_MAX_CDB) # error MAX_COMMAND_SIZE can not be bigger than BLK_MAX_CDB #endif -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html