[PATCH 9/20] w1/w1: remove interruptible_sleep_on_timeout() usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Feb 02, 2005 at 10:50:53PM +0300, Evgeniy Polyakov wrote:
> On Wed, 2 Feb 2005 11:14:18 -0800
> Nishanth Aravamudan <nacc at us.ibm.com> wrote:
> 
> > Hello,
> 
> Hello.
>  
> > Please consider applying.
> > 
> > Description: Replace deprecated interruptible_sleep_on_timeout() with direct
> > wait-queue usage. Ideally, I would use wait_event_interruptible_timeout();
> > however, there is no condition to sleep on here, unless I was to use the
> > try_to_freeze() call as one. That is not the case in the current code, though,
> > and I'm not sure it can/should be. Since timeout is a jiffies-unit variable,
> > change the type to unsigned long. Patch is compile-tested.
> 
> Second part of the patch(changing w1_process() sleeping path) is not 100% right.
> Although all those sleeps are just waitings for given timeout to check various
> flags - since awakening only happens on signal, we can just replace them
> with msleep_interruptible() and appropriate try_to_freeze().
> 
> I will prepare a patch tomorrow, thank you.

Ok, thanks for the prompt feedback!

-Nish



[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux