Menu

#15 cmd->status not set for S==1 phase collapse data-in

closed
nobody
None
5
2003-01-28
2003-01-25
Anonymous
No

For a Data-In with phase collapse (setting S==1)
the cmd->status bit is not updated from
scsi_cmd->status.

It's a one-line fix. In v18 of the source, initiator.c:2730
where this line is:
scsi_cmd->status = data.status = 0;

add this line after:
cmd->status = data.status;

otherwise cmd->status stays -1 and the initiator aborts.

Glen
Stackable Design

Discussion

  • Quy Ta

    Quy Ta - 2003-01-28
    • status: open --> closed
     
  • Quy Ta

    Quy Ta - 2003-01-28

    Logged In: YES
    user_id=631411

    duplicate

     

Log in to post a comment.