commit | d945e1df28ca07642b3e1a9b9d07074ba5f76be0 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue May 09 10:50:28 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue May 09 10:50:28 2006 -0700 |
tree | ff392416f1339dd222b9470c24db1ec4defc1bf5 | |
parent | d8b9f23b23e080d820e3c0aa5ccd7834c26ebf96 [diff] |
IB/srp: Fix tracking of pending requests during error handling If a SCSI abort completes, or the command completes successfully, then the driver must remove the command from its queue of pending commands. Similarly, if a device reset succeeds, then all commands queued for the given device must be removed from the queue. Signed-off-by: Roland Dreier <rolandd@cisco.com>