On Thu, 3 Feb 2005, Ralf Baechle wrote: > > Description: Remove deprecated interruptible_sleep_on() function call > > and replace with direct wait-queue usage. > > Thanks, Except that should rather use wait_event_interruptible(). Maciej
On Thu, 3 Feb 2005, Ralf Baechle wrote: > > Description: Remove deprecated interruptible_sleep_on() function call > > and replace with direct wait-queue usage. > > Thanks, Except that should rather use wait_event_interruptible(). Maciej