On 10/29/2014 01:54 PM, Paolo Bonzini wrote:
On 10/29/2014 01:00 PM, Hannes Reinecke wrote:+ trace_megasas_dcmd_reset_ld(cmd->index, target_id); + for (i = 0; i < s->fw_cmds; i++) { + MegasasCmd *tmp_cmd = &s->frames[i]; + if (tmp_cmd->req && tmp_cmd->req->dev->lun == target_id) {Why ->lun?
Gna. You are correct, it should be ->id. Cheers, Hannes