summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarc Dionne <marc.c.dionne@gmail.com>2013-05-06 23:44:55 +0200
committerTejun Heo <tj@kernel.org>2013-05-14 20:52:51 +0200
commitad7b1f841f8a54c6d61ff181451f55b68175e15a (patch)
tree6c413da4c6374ce569623cb395e5b8f57c02e530 /tools
parentworkqueue: correct handling of the pool spin_lock (diff)
downloadlinux-ad7b1f841f8a54c6d61ff181451f55b68175e15a.tar.xz
linux-ad7b1f841f8a54c6d61ff181451f55b68175e15a.zip
workqueue: Make schedule_work() available again to non GPL modules
Commit 8425e3d5bdbe ("workqueue: inline trivial wrappers") changed schedule_work() and schedule_delayed_work() to inline wrappers, but these rely on some symbols that are EXPORT_SYMBOL_GPL, while the original functions were EXPORT_SYMBOL. This has the effect of changing the licensing requirement for these functions and making them unavailable to non GPL modules. Make them available again by removing the restriction on the required symbols. Signed-off-by: Marc Dionne <marc.dionne@your-file-system.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions