Files
linux/drivers/staging/usbip
Márton Németh 9aedc25914 staging: usbip: remove double giveback of URB
commit 7571f089d7 upstream.

In the vhci_urb_dequeue() function the TCP connection is checked twice.
Each time when the TCP connection is closed the URB is unlinked and given
back. Remove the second attempt of unlinking and giving back of the URB completely.

This patch fixes the bug described at https://bugzilla.kernel.org/show_bug.cgi?id=24872 .

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-17 15:36:42 -08:00
..
2009-09-15 12:02:05 -07:00
2008-10-10 15:31:09 -07:00
2009-09-15 12:02:05 -07:00
2009-09-15 12:02:05 -07:00
2009-09-15 12:02:05 -07:00
2009-09-15 12:02:05 -07:00
2009-09-15 12:02:05 -07:00
2009-09-15 12:02:05 -07:00
2009-09-15 12:02:05 -07:00
2009-09-15 12:02:05 -07:00
2009-09-15 12:02:05 -07:00
2008-10-10 15:31:09 -07:00

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>