Menu

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

closed-fixed
nobody
None
5
2004-01-29
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

  • Anonymous

    Anonymous - 2004-01-29

    Logged In: YES
    user_id=818705

    Fixed in Jan '04 release

     
  • Anonymous

    Anonymous - 2004-01-29
    • status: open --> closed-fixed
     
  • Anonymous

    Anonymous - 2004-01-29

    Logged In: YES
    user_id=818705

    Fixed in Jan '04 release

     

Log in to post a comment.