On Mon, May 06, 2013 at 05:44:55PM -0400, Marc Dionne wrote:
> 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.dio...@your-file-system.com>

Will apply to workqueue/for-3.10-fixes once v3.10-rc1 drops.

Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to