Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1473432
| From | Marcel Holtmann <marcel@holtmann.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Bluetooth: Remove deprecated create_singlethread_workqueue |
| Date | 2016-08-31 14:50 +0200 |
| Message-ID | <scd7P-2sm-13@gated-at.bofh.it> (permalink) |
| References | <sbURz-7My-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Bhaktipriya, > The workqueue "workqueue" queues multiple work items viz &qca->ws_awake_rx > &qca->ws_rx_vote_off, &qca->ws_awake_device, &qca->ws_tx_vote_off which > require strict execution ordering. Hence, an ordered dedicated workqueue > has been used to replace the deprecated create_singlethread_workqueue > instance. > > WQ_MEM_RECLAIM has not been set since the driver is not being used on a > memory reclaim path. > > Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> > --- > drivers/bluetooth/hci_qca.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Bluetooth: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-30 19:20 +0200 Re: [PATCH] Bluetooth: Remove deprecated create_singlethread_workqueue Marcel Holtmann <marcel@holtmann.org> - 2016-08-31 14:50 +0200
csiph-web