]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/bluetooth/hci_core.c
Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueue
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 4 Sep 2013 01:11:07 +0000 (18:11 -0700)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 16 Sep 2013 17:35:56 +0000 (14:35 -0300)
commita675d7f1a0a0c0d7bde56ae89609dee56f2033e1
tree44c7258db702a8cf3ece16825fc38de524e0b0f4
parentaf750e942ea138553ee5693210c2f918448f58dc
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>
net/bluetooth/hci_core.c