diff options
author | Tim Gardner <tim.gardner@canonical.com> | 2015-08-04 11:26:04 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-29 19:33:32 +0200 |
commit | 4f7760e963db10618dd3617bcf6254d896094e37 (patch) | |
tree | 9ca2b53ef6af82ae33a6b32bcde1fd0e7a4f6ed3 /mm/vmscan.c | |
parent | 7d36bc720a19bcd7be6161cbe36bb81914e30459 (diff) |
workqueue: Make flush_workqueue() available again to non GPL modules
commit 1dadafa86a779884f14a6e7a3ddde1a57b0a0a65 upstream.
Commit 37b1ef31a568fc02e53587620226e5f3c66454c8 ("workqueue: move
flush_scheduled_work() to workqueue.h") moved the exported non GPL
flush_scheduled_work() from a function to an inline wrapper.
Unfortunately, it directly calls flush_workqueue() which is a GPL function.
This has the effect of changing the licensing requirement for this function
and makes it unavailable to non GPL modules.
See commit ad7b1f841f8a54c6d61ff181451f55b68175e15a ("workqueue: Make
schedule_work() available again to non GPL modules") for precedent.
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/vmscan.c')
0 files changed, 0 insertions, 0 deletions