Re: [PATCH 1/3] workqueue: move the internal helper from .h to .c

2013-06-05 Thread Tejun Heo
On Wed, Jun 05, 2013 at 03:10:43PM +0800, Michael Wang wrote: > alloc_workqueue_attrs(), free_workqueue_attrs() and apply_workqueue_attrs() > are only used internally, move them to .c and make them static. > > CC: Tejun Heo > Signed-off-by: Michael Wang Nack. That's the published and only

[PATCH 1/3] workqueue: move the internal helper from .h to .c

2013-06-05 Thread Michael Wang
alloc_workqueue_attrs(), free_workqueue_attrs() and apply_workqueue_attrs() are only used internally, move them to .c and make them static. CC: Tejun Heo Signed-off-by: Michael Wang --- include/linux/workqueue.h |5 - kernel/workqueue.c|5 + 2 files changed, 5

[PATCH 1/3] workqueue: move the internal helper from .h to .c

2013-06-05 Thread Michael Wang
alloc_workqueue_attrs(), free_workqueue_attrs() and apply_workqueue_attrs() are only used internally, move them to .c and make them static. CC: Tejun Heo t...@kernel.org Signed-off-by: Michael Wang wang...@linux.vnet.ibm.com --- include/linux/workqueue.h |5 - kernel/workqueue.c|

Re: [PATCH 1/3] workqueue: move the internal helper from .h to .c

2013-06-05 Thread Tejun Heo
On Wed, Jun 05, 2013 at 03:10:43PM +0800, Michael Wang wrote: alloc_workqueue_attrs(), free_workqueue_attrs() and apply_workqueue_attrs() are only used internally, move them to .c and make them static. CC: Tejun Heo t...@kernel.org Signed-off-by: Michael Wang wang...@linux.vnet.ibm.com