]> git.karo-electronics.de Git - karo-tx-linux.git/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, 31 Oct 2011 19:29:17 +0000 (17:29 -0200)
commit94655b1f18025dea87dd225d97116e2243a97e34
tree46761ec0b7152f0af88abb106d339710a6413b51
parent73fbdc7c32aa104b2dad615136ee0bf0eabfa3b6
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