]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: implement current_is_async()
authorTejun Heo <tj@kernel.org>
Fri, 18 Jan 2013 22:05:56 +0000 (14:05 -0800)
committerTejun Heo <tj@kernel.org>
Fri, 18 Jan 2013 22:05:56 +0000 (14:05 -0800)
commit9cc8464830c55fcb9c7a7aaa422b441f2b535adc
tree3d1f4a7f5f1d27dc08bb661691fd1470acf497a5
parent12d806bdc4e58c9844b745bd1c9821f896914290
workqueue: implement current_is_async()

This function queries whether %current is an async worker executing an
async item.  This will be used to implement warning on synchronous
request_module() from async workers.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/async.h
kernel/async.c
kernel/workqueue_internal.h