]> 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)
commit407557c48f39673b4983b414bdf74fe8c2b42b58
tree3d1f4a7f5f1d27dc08bb661691fd1470acf497a5
parentdca7cb9cce432acc0f6454c24bea8b798b58d633
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