]> Pileus Git - ~andy/linux/commit
Bluetooth: Replace rfcomm tty tasklet by workqueue
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 24 Oct 2011 13:30:58 +0000 (15:30 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 7 Nov 2011 19:24:40 +0000 (17:24 -0200)
commit96af7391b752cf3d2de3aef8f03c45ba76d3ac5e
tree2aa2af0a3fb4980199056df76fdf4a8eeb108bf5
parent5ada9913630d48438f2e07551af43cbf297372d4
Bluetooth: Replace rfcomm tty tasklet by workqueue

Remove old tasklets and replace by workqueue. To avoid reentrancy (which
tasklets always avoid) we use the system_nrt_wq.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/rfcomm/tty.c