lkml.org 
[lkml]   [2008]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: poll: allow f_op->poll to sleep, take #3
Davide Libenzi wrote:
> On Sun, 23 Nov 2008, Tejun Heo wrote:
>
>> +static int pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key)
>> +{
>> + struct poll_wqueues *pwq = wait->private;
>> + DECLARE_WAITQUEUE(dummy_wait, pwq->polling_task);
>> +
>> + set_mb(pwq->triggered, 1);
>> +
>> + /* perform the default wake up operation */
>> + return default_wake_function(&dummy_wait, mode, sync, key);
>> +}
>
> Wouldn't it be nicer to un-static try_to_wake_up() (or a wrapper) instead
> of setting up a fake wait queue just to use default_wake_function(), just
> to wake up a task?

I thought try_to_wake_up() was made static to avoid abuse but then again
creating dummy waitqueue is an obvious abuse of waitqueue. What do
other people think? I'll be happy to use try_to_wake_up() directly.

Thanks.

--
tejun


\
 
 \ /
  Last update: 2008-11-23 04:07    [W:0.243 / U:0.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site