commit | b92a5e23737172c52656a090977408a80d7f06d1 | [log] [tgz] |
---|---|---|
author | Max Vozeler <max@vozeler.com> | Wed Jan 12 15:02:01 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 20 16:01:49 2011 -0800 |
tree | 1232bd42923d3cc4e31bafb8fa92c5d1d214be55 | |
parent | 7606ee8aa33287dd3e6eb44c78541b87a413a325 [diff] |
staging: usbip: vhci: give back URBs from in-flight unlink requests If we never received a RET_UNLINK because the TCP connection broke the pending URBs still need to be unlinked and given back. Previously processes would be stuck trying to kill the URB even after the device was detached. Signed-off-by: Max Vozeler <max@vozeler.com> Tested-by: Mark Wehby <MWehby@luxotticaRetail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>