]> 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)
commitabcbf4d8fa3f54a6553ca55a6d63da1b7df20170
tree44c7258db702a8cf3ece16825fc38de524e0b0f4
parent94f30f630f3c2e6d8187521bee4fb72f74710c0b
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