Re: [PATCH 15/15] workqueue: convert bus code to use dev_groups

2013-08-23 Thread Greg Kroah-Hartman
On Fri, Aug 23, 2013 at 05:28:32PM -0400, Tejun Heo wrote: > On Fri, Aug 23, 2013 at 02:24:41PM -0700, Greg Kroah-Hartman wrote: > > The dev_attrs field of struct bus_type is going away soon, dev_groups > > should be used instead. This converts the workqueue bus code to use > > the correct field.

Re: [PATCH 15/15] workqueue: convert bus code to use dev_groups

2013-08-23 Thread Tejun Heo
On Fri, Aug 23, 2013 at 02:24:41PM -0700, Greg Kroah-Hartman wrote: > The dev_attrs field of struct bus_type is going away soon, dev_groups > should be used instead. This converts the workqueue bus code to use > the correct field. > > Cc: Tejun Heo > Signed-off-by: Greg Kroah-Hartman Acked-by

[PATCH 15/15] workqueue: convert bus code to use dev_groups

2013-08-23 Thread Greg Kroah-Hartman
The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the workqueue bus code to use the correct field. Cc: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- kernel/workqueue.c | 27 +++ 1 file changed, 15 insertions(+)