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)
commitdb81a62451b24eaef59f41e6fb312a88e1a83454
tree7d2f730daacb982db12a866d89bc119cc103d33c
parent94a098da42f258ae7019acbbea3bc5f93dc6f8f1
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