Re: [PATCH] workqueue: un-GPL function delayed_work_timer_fn()

2013-01-24 Thread Tejun Heo
On Thu, Jan 24, 2013 at 04:36:31PM +0400, Konstantin Khlebnikov wrote: > commit d8e794dfd51c368ed3f686b7f4172830b60ae47b ("workqueue: set > delayed_work->timer function on initialization") exports function > delayed_work_timer_fn() only for GPL modules. This makes delayed-works > unusable for non-G

[PATCH] workqueue: un-GPL function delayed_work_timer_fn()

2013-01-24 Thread Konstantin Khlebnikov
commit d8e794dfd51c368ed3f686b7f4172830b60ae47b ("workqueue: set delayed_work->timer function on initialization") exports function delayed_work_timer_fn() only for GPL modules. This makes delayed-works unusable for non-GPL modules, because initialization macro now requires GPL symbol. For example s