On Wed, May 12, 2010 at 4:36 AM, Jukka Ruohonen <jruoho...@iki.fi> wrote:
> On Tue, May 11, 2010 at 10:26:01PM +0000, Adam Hamsik wrote:
>> Module Name:  src
>> Committed By: haad
>> Date:         Tue May 11 22:26:00 UTC 2010
>>
>> Modified Files:
>>       src/sys/kern: kern_kthread.c
>>       src/sys/sys: kthread.h
>>
>> Log Message:
>> Add support for kthread_join in our kernel thread implementation. This is 
>> used
>> by zfs but I think that it can be generaly usefull. Thread need to be created
>> with KTHREAD_JOINABLE flag and can be joined only once.
>> When joinable thread was created it will not e automatically reaped from 
>> system
>> and kthread_join must be called on it to reap it.
>
> Could we have this documented in kthread(9)?

Yes I will update man page later today.

>
> - Jukka.
>



-- 


Regards.

Adam

Reply via email to