]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
NFC: Use system_nrt_wq instead of custom ones
authorTejun Heo <tj@kernel.org>
Wed, 22 Aug 2012 23:22:16 +0000 (16:22 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Sep 2012 22:17:23 +0000 (00:17 +0200)
commit474fee3db16c63bc440bfb93b57f72ecfc4246f0
treef5fed7f3b40408f21fa3b9edc67d5ac0b869149f
parent5db327f96daa2401b9afec6cd80cebe6c6475bb1
NFC: Use system_nrt_wq instead of custom ones

NFC is using a number of custom ordered workqueues w/ WQ_MEM_RECLAIM.
WQ_MEM_RECLAIM is unnecessary unless NFC is gonna be used as transport
for storage device, and all use cases match one work item to one
ordered workqueue - IOW, there's no actual ordering going on at all
and using system_nrt_wq gives the same behavior.

There's nothing to be gained by using custom workqueues.  Use
system_nrt_wq instead and drop all the custom ones.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/net/nfc/hci.h
include/net/nfc/nfc.h
include/net/nfc/shdlc.h
net/nfc/core.c
net/nfc/hci/core.c
net/nfc/hci/hcp.c
net/nfc/hci/shdlc.c
net/nfc/llcp/llcp.c
net/nfc/llcp/llcp.h