[patch 13/15] : block/DAC960: remove sleep_on*() usage

2005-03-05 Thread domen
On Tue, Jan 25, 2005 at 02:11:07PM -0800, Nishanth Aravamudan wrote: > Hi, > > > > Description: Use wait_event_interruptible_timeout() instead of the deprecated > interruptible_sleep_on_timeout(). The existing code is complicated in the > conditional and so is the new code. Patch is

[patch 13/15] : block/DAC960: remove sleep_on*() usage

2005-03-05 Thread domen
On Tue, Jan 25, 2005 at 02:11:07PM -0800, Nishanth Aravamudan wrote: Hi, Description: Use wait_event_interruptible_timeout() instead of the deprecated interruptible_sleep_on_timeout(). The existing code is complicated in the conditional and so is the new code. Patch is compile-tested.