WSL2-Linux-Kernel/net/nfc
Samuel Ortiz 94a098da42 NFC: Do not take the genl mutex from the netlink release notifier
The netlink notifier is atomic so we must not sleep in that context.
Also we know that Any netlink packets arriving to us will be purged when
the notifier is called, so we don't need to take the mutex.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-12-14 14:50:12 -05:00
..
nci NFC: Add function name to the NFC pr_fmt() routine 2011-12-14 14:50:12 -05:00
Kconfig NFC: basic NCI protocol implementation 2011-09-20 14:43:49 -04:00
Makefile NFC: basic NCI protocol implementation 2011-09-20 14:43:49 -04:00
af_nfc.c net: Fix files explicitly needing to include module.h 2011-10-31 19:30:28 -04:00
core.c NFC: Add tx skb allocation routine 2011-12-14 14:50:12 -05:00
netlink.c NFC: Do not take the genl mutex from the netlink release notifier 2011-12-14 14:50:12 -05:00
nfc.h nfc: Remove unused nfc_printk and nfc_<level> macros 2011-11-30 15:08:37 -05:00
rawsock.c NFC: Add tx skb allocation routine 2011-12-14 14:50:12 -05:00