>  drivers/scsi/qla2xxx/qla_isr.c         |    2 +-
>  drivers/scsi/qla2xxx/qla_target.c      |   13 ++++++++++++-
>  drivers/scsi/qla2xxx/tcm_qla2xxx.c     |    4 ++--
>  drivers/target/target_core_transport.c |    5 ++++-
>  include/target/target_core_base.h      |    1 +

please split out target core changes from your drivers bits into a
separate patch!

>       cmd->cmd_in_wq = 1;
>       cmd->cmd_flags |= BIT_0;
> +     cmd->se_cmd.cpuid = -1;

As Bart pointed out please use the proper constants.  Also make
sure this is initialized in the core target code instad of here.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to