From: Gustavo F. Padovan Date: Mon, 4 Apr 2011 21:56:53 +0000 (-0300) Subject: Bluetooth: Use GFP_KERNEL in user context X-Git-Tag: v3.0-rc1~377^2~437^2^2~47^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e63a15ec0f25c0f97e8f6247b97ac9b30968b6b3;p=pandora-kernel.git Bluetooth: Use GFP_KERNEL in user context The allocation in mgmt_control() code are in user context and not locked by any spinlock, so it's not recommended the use of GFP_ATOMIC there. Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed