diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-24 15:00:17 (GMT) |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-12-24 15:00:17 (GMT) |
commit | 0d9ee5b2e9aac981fa063339daf04320eac610d1 (patch) | |
tree | 38f3674addbef483da038421ef2b3f4b7c2d9234 /drivers/s390/char/tape_3590.c | |
parent | afdb32f2e463a195c104555ac9a8cdd39a2b6561 (diff) | |
download | linux-0d9ee5b2e9aac981fa063339daf04320eac610d1.tar.xz |
mmc: update workqueue usages
Workqueue creation API has been updated and flush_scheduled_work() is
deprecated and scheduled to be removed.
* core/core.c: Use alloc_ordered_workqueue() instead of
create_singlethread_workqueue(). This removes an unnecessary
rescuer.
* host/omap.c: Create, use and flush mmc_omap_wq instead of the
system_wq.
* Flush host->mmc_carddetect_work directly on removal instead of using
flush_scheduled_work().
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Chris Ball <cjb@laptop.org>
Cc: linux-mmc@vger.kernel.org
Diffstat (limited to 'drivers/s390/char/tape_3590.c')
0 files changed, 0 insertions, 0 deletions