Hallo

> Please consider applying.
> 
> Description: Remove deprecated interruptible_sleep_on_timeout() function calls
> and replace with direct wait-queue usage. Patch is compile-tested.
I have tested the patch and recorded for some time. Does not seem to
cause any problems on my machine. 

There are still 4 time the call to the interruptible_sleep_on_timeout()
function:
> grep interruptible_sleep_on_timeout *.c
zoran.c:                timeout =
interruptible_sleep_on_timeout(&zr->jpg_capq, 10 * HZ);
zoran.c:        timeout = interruptible_sleep_on_timeout(&zr->test_q, 1
* HZ);
zoran_driver.c:         if
(!interruptible_sleep_on_timeout(&zr->v4l_capq, 10 * HZ))
zoran_driver.c:            
interruptible_sleep_on_timeout(&zr->jpg_capq, 10 * H Z);

Does it make sense changing them too ?

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to