commit | 2aaad97be6b58ae865f402fcd27d138e7346ff81 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@redhat.com> | Wed Mar 07 12:12:47 2007 -0500 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Fri Mar 09 22:03:10 2007 +0100 |
tree | 10a7f3d7adee7aac8e1d0c71ea2f14446665d19c | |
parent | 048961ef90b584d00ec79c75cb7c7b28403f0c87 [diff] |
firewire: Don't time out command orbs, leave that to the scsi stack. The mod_timer based timing out of orb was a little to agressive and would time out legit, but long-lived scsi cmds. Besides, the scsi stack keeps track of this already. Since we're only timing out management orbs, go back to wait_for_completion_timeout. Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>