Hey,
I am looking at some code that uses workqueues and am wondering
about something. We have INIT_WORK(work, func, data). If, in func, we
start to create some kernel_threads and the threads cannot be created for
some reason, do we then just ignore any return values and let the queue
"die out" or do we explicitly return after we check the return value of
kernel_thread?
Cordially,
MJK
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@xxxxxxxxxxxxxx
http://lists.osdl.org/mailman/listinfo/kernel-janitors
|