lkml.org 
[lkml]   [2006]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH -mm 3/3][AIO] - AIO completion signal notification
Badari Pulavarty wrote:
> Sébastien Dugué wrote:
>> AIO completion signal notification
>>
>>
>> +
>> + /* Release task ref */
>> + if (req->ki_notify.notify == (SIGEV_SIGNAL|SIGEV_THREAD_ID))
>> + put_task_struct(req->ki_notify.target);
>> +
> Huh ?? I thought user can set SIGEV_SIGNAL or SIGEV_THREAD_ID.
> Not both. Isn't it ? Shouldn't this be ?
>
> if ((req->ki_notify.notify == SIGEV_SIGNAL) ||
> (req->ki_notify.notify == SIGEV_THREAD_ID))
> ...
>
Never mind.. got it.

Thanks,
Badari

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-11-10 02:57    [W:0.191 / U:0.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site