]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 28 May 2012 22:18:14 +0000 (19:18 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 12 Oct 2012 10:18:47 +0000 (18:18 +0800)
commit419c024c65173d8441da41a30e26d52e01f87f69
treeee4334629fc450ebfeccf4ebbec537aba0423353
parent72b619e0105487112abebeb37b135ee5e179ce60
Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c

Since we change the Bluetooth core to run in process context we don't need
to use GFP_ATOMIC in many of places we were using it. The we just replace
by GFP_KERNEL.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c