Re: [PATCH 5/6] workqueue: deprecate system_nrt[_freezable]_wq

2012-08-19 Thread Lai Jiangshan
On 08/14/2012 09:49 AM, Tejun Heo wrote: > system_nrt[_freezable]_wq are now spurious. Mark them deprecated and > convert all users to system[_freezable]_wq. > > If you're cc'd and wondering what's going on: Now all workqueues are > non-reentrant, so there's no reason to use

Re: [PATCH 5/6] workqueue: deprecate system_nrt[_freezable]_wq

2012-08-19 Thread Lai Jiangshan
On 08/14/2012 09:49 AM, Tejun Heo wrote: system_nrt[_freezable]_wq are now spurious. Mark them deprecated and convert all users to system[_freezable]_wq. If you're cc'd and wondering what's going on: Now all workqueues are non-reentrant, so there's no reason to use

[PATCH 5/6] workqueue: deprecate system_nrt[_freezable]_wq

2012-08-13 Thread Tejun Heo
system_nrt[_freezable]_wq are now spurious. Mark them deprecated and convert all users to system[_freezable]_wq. If you're cc'd and wondering what's going on: Now all workqueues are non-reentrant, so there's no reason to use system_nrt[_freezable]_wq. Please use system[_freezable]_wq instead.

[PATCH 5/6] workqueue: deprecate system_nrt[_freezable]_wq

2012-08-13 Thread Tejun Heo
system_nrt[_freezable]_wq are now spurious. Mark them deprecated and convert all users to system[_freezable]_wq. If you're cc'd and wondering what's going on: Now all workqueues are non-reentrant, so there's no reason to use system_nrt[_freezable]_wq. Please use system[_freezable]_wq instead.