[linux-usb-devel] Re: removing sleep_on in hub.c

2002-04-10 Thread Greg KH
On Wed, Apr 10, 2002 at 01:52:16AM -0400, Johannes Erdfelt wrote: > On Mon, Apr 08, 2002, Oliver Neukum <[EMAIL PROTECTED]> wrote: > > using sleep_on is a race. The attached patch replaces it with the > > new wait_event macro from sched.h. The patch is against the 2.5 > > from Greg. > > Greg, I'v

[linux-usb-devel] Re: removing sleep_on in hub.c

2002-04-09 Thread Johannes Erdfelt
On Mon, Apr 08, 2002, Oliver Neukum <[EMAIL PROTECTED]> wrote: > using sleep_on is a race. The attached patch replaces it with the > new wait_event macro from sched.h. The patch is against the 2.5 > from Greg. Greg, I've tested this against 2.4.19-pre6 as well and the attached patch is relative t