Re: [PATCH] Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueue
From: Johan Hedberg <hidden> Date: 2013-09-06 10:41:39
Hi Marcel,
On Tue, Sep 03, 2013, Marcel Holtmann wrote:
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>
---
net/bluetooth/hci_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)