Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110585
b: refs/heads/master
c: ac26d41
h: refs/heads/master
i:
  110583: be847e0
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Oct 3, 2008
1 parent 897fb64 commit 45f9d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7bbb57333447d0cf950992653b6b079585f3531
refs/heads/master: ac26d41dee65167109e7cdcd0289b44ca61cd741
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libiscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ static void fail_all_commands(struct iscsi_conn *conn, unsigned lun,
if (lun == task->sc->device->lun || lun == -1) {
debug_scsi("failing in progress sc %p itt 0x%x\n",
task->sc, task->itt);
fail_command(conn, task, DID_BUS_BUSY << 16);
fail_command(conn, task, error << 16);
}
}
}
Expand Down

0 comments on commit 45f9d27

Please sign in to comment.