Re: [RFC PATCH 0/5 v2] Convert all tasklets to workqueues V2

2007-06-23 Thread Ed Tomlinson
Hi, Applied this to 2.6.21-5 along with an older version of dyntick and cfs v18, durring boot I got: [ 54.154077] hci_usb_isoc_rx_submit: hci0 isoc rx submit failed urb 81004ec55628 err -38 [ 54.154086] hci_usb_isoc_rx_submit: hci0 isoc rx submit failed urb 81004ec55628 err -38 [

[RFC PATCH 0/5 v2] Convert all tasklets to workqueues V2

2007-06-22 Thread Steven Rostedt
-- This is version 2 of the tasklet to workqueue conversion. Changes from version 1. - removed config option and simply replace the old implementation with the work queue one (recommended by Ingo Molnar). - replaced clear_bit with test_and_clear_bit to avoid the race of executing the taskl