commit | a675d7f1a0a0c0d7bde56ae89609dee56f2033e1 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Tue Sep 03 18:11:07 2013 -0700 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Mon Sep 16 14:35:56 2013 -0300 |
tree | 44c7258db702a8cf3ece16825fc38de524e0b0f4 | |
parent | af750e942ea138553ee5693210c2f918448f58dc [diff] |
Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueue There is no need to use GFP_ATOMIC with skb_clone() when the code is executed in a workqueue. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Acked-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>