]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Atomic socket allocation
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 14 Dec 2011 15:43:08 +0000 (16:43 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Dec 2011 19:50:12 +0000 (14:50 -0500)
commit2be8370133a9157f705bfeb37898526dc1d26d97
tree7d2f730daacb982db12a866d89bc119cc103d33c
parenta140f52e3f965ea5b75b3469ee11dbaf15c5768a
NFC: Atomic socket allocation

rawsock_create() is called with preemption disabled, so we should not
sleep.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/nfc/rawsock.c