]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use GFP_KERNEL in user context
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 4 Apr 2011 21:56:53 +0000 (18:56 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 5 Apr 2011 16:03:10 +0000 (13:03 -0300)
commit629178810dbff5aa264bb823084ae325b43e4d26
tree753b6c99f7af2c278386f005c98c79e17b9405f3
parenta8f3ac2fda3bff03669dc4cba1d7c3eddd02ef22
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 <padovan@profusion.mobi>
net/bluetooth/mgmt.c