Re: [PATCH 1/4] workqueue: Move workqueue bus attr to device attribute

2014-04-24 Thread Frederic Weisbecker
Hi Viresh, On Thu, Apr 03, 2014 at 12:39:37PM +0530, Viresh Kumar wrote: > Nothing much, just some nitpicks :) Thanks for your reviews, but I'm eventually dropping these two patches :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 1/4] workqueue: Move workqueue bus attr to device attribute

2014-04-24 Thread Frederic Weisbecker
Hi Viresh, On Thu, Apr 03, 2014 at 12:39:37PM +0530, Viresh Kumar wrote: Nothing much, just some nitpicks :) Thanks for your reviews, but I'm eventually dropping these two patches :) -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH 1/4] workqueue: Move workqueue bus attr to device attribute

2014-04-03 Thread Viresh Kumar
Nothing much, just some nitpicks :) On 27 March 2014 22:50, Frederic Weisbecker wrote: > A workqueue directory implements at least two files: max_active and > per_cpu. Since thse are constant over WQ_SYSFS workqueues, they are s/thse/these > implemented as bus attributes. > diff --git

Re: [PATCH 1/4] workqueue: Move workqueue bus attr to device attribute

2014-04-03 Thread Viresh Kumar
Nothing much, just some nitpicks :) On 27 March 2014 22:50, Frederic Weisbecker fweis...@gmail.com wrote: A workqueue directory implements at least two files: max_active and per_cpu. Since thse are constant over WQ_SYSFS workqueues, they are s/thse/these implemented as bus attributes. diff

[PATCH 1/4] workqueue: Move workqueue bus attr to device attribute

2014-03-27 Thread Frederic Weisbecker
A workqueue directory implements at least two files: max_active and per_cpu. Since thse are constant over WQ_SYSFS workqueues, they are implemented as bus attributes. Then come the attributes that only belong to unbound workqueues. Those are implemented as device attribute. Now we are planning

[PATCH 1/4] workqueue: Move workqueue bus attr to device attribute

2014-03-27 Thread Frederic Weisbecker
A workqueue directory implements at least two files: max_active and per_cpu. Since thse are constant over WQ_SYSFS workqueues, they are implemented as bus attributes. Then come the attributes that only belong to unbound workqueues. Those are implemented as device attribute. Now we are planning