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.38-rc3~8^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b92a5e23737172c52656a090977408a80d7f06d1;p=pandora-kernel.git 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 Tested-by: Mark Wehby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed