From: Max Vozeler Date: Wed, 12 Jan 2011 13:02:01 +0000 (+0200) Subject: staging: usbip: vhci: give back URBs from in-flight unlink requests X-Git-Tag: v2.6.37.3~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5cd44e3e3e926edc55aa9431e48a37611a6e528;p=pandora-kernel.git staging: usbip: vhci: give back URBs from in-flight unlink requests commit b92a5e23737172c52656a090977408a80d7f06d1 upstream. 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 Tested-by: Mark Wehby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed