[PATCHSET wq#for-next] workqueue: replace slow-work with workqueue

2010-07-23 Thread Tejun Heo
On 07/22/2010 11:00 PM, Tejun Heo wrote: > On 07/20/2010 10:34 PM, Tejun Heo wrote: >> 0001-fscache-convert-object-to-use-workqueue-instead-of-s.patch >> 0002-fscache-convert-operation-to-use-workqueue-instead-o.patch >> 0003-fscache-drop-references-to-slow-work.patch >> 0004-cifs-use-workqueue

Re: [PATCHSET wq#for-next] workqueue: replace slow-work with workqueue

2010-07-23 Thread Tejun Heo
On 07/22/2010 11:00 PM, Tejun Heo wrote: > On 07/20/2010 10:34 PM, Tejun Heo wrote: >> 0001-fscache-convert-object-to-use-workqueue-instead-of-s.patch >> 0002-fscache-convert-operation-to-use-workqueue-instead-o.patch >> 0003-fscache-drop-references-to-slow-work.patch >> 0004-cifs-use-workqueue

[PATCHSET wq#for-next] workqueue: replace slow-work with workqueue

2010-07-22 Thread Tejun Heo
On 07/20/2010 10:34 PM, Tejun Heo wrote: > 0001-fscache-convert-object-to-use-workqueue-instead-of-s.patch > 0002-fscache-convert-operation-to-use-workqueue-instead-o.patch > 0003-fscache-drop-references-to-slow-work.patch > 0004-cifs-use-workqueue-instead-of-slow-work.patch 0001-0004 now push

Re: [PATCHSET wq#for-next] workqueue: replace slow-work with workqueue

2010-07-22 Thread Tejun Heo
On 07/20/2010 10:34 PM, Tejun Heo wrote: > 0001-fscache-convert-object-to-use-workqueue-instead-of-s.patch > 0002-fscache-convert-operation-to-use-workqueue-instead-o.patch > 0003-fscache-drop-references-to-slow-work.patch > 0004-cifs-use-workqueue-instead-of-slow-work.patch 0001-0004 now push

[PATCHSET wq#for-next] workqueue: replace slow-work with workqueue

2010-07-20 Thread Tejun Heo
Hello, With cmwq, workqueue now can handle all use cases of slow-work. This patchset converts all slow-work users to use workqueue instead and remove slow-work from the kernel. The following users are converted. * fscache-object: a dedicated unbound workqueue is used. * fscache-operation: a ded

[PATCHSET wq#for-next] workqueue: replace slow-work with workqueue

2010-07-20 Thread Tejun Heo
Hello, With cmwq, workqueue now can handle all use cases of slow-work. This patchset converts all slow-work users to use workqueue instead and remove slow-work from the kernel. The following users are converted. * fscache-object: a dedicated unbound workqueue is used. * fscache-operation: a ded