]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ab66212cd009281e47f269d1a7d54ef4b944838
tree44c7258db702a8cf3ece16825fc38de524e0b0f4
parent58a6f4f92d055e4822546d7d2ed9d094631ad804
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