Bluetooth: Use GFP_KERNEL in mgmt_handlers
authorAndre Guedes <aguedespe@gmail.com>
Thu, 7 Jun 2012 22:05:44 +0000 (19:05 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 19 Jun 2012 03:53:37 +0000 (00:53 -0300)
commit92c4c2049762dc0ef2b152df8c787051db1cdf60
tree0dbb3f259053985372b7181e88cba4025a0d1c7e
parent9345d40c580d0f3dfc040add0e6371b1a629c1cc
Bluetooth: Use GFP_KERNEL in mgmt_handlers

add_uuid and get_connections mgmt_handlers are executed by user
threads running in kernel-mode.

Signed-off-by: Andre Guedes <aguedespe@gmail.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/mgmt.c