Hi, * Chris Ball <cjb@xxxxxxxxxx> [110108 18:33]: > Hi linux-omap folks, > > I'd like to merge this patch via the MMC tree; please review/ACK. > > Thanks, > > - Chris. > > From: Tejun Heo <tj@xxxxxxxxxx> > > 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@xxxxxxxxxx> > Cc: Chris Ball <cjb@xxxxxxxxxx> > Cc: linux-mmc@xxxxxxxxxxxxxxx > --- > This is part of a series to remove flush_scheduled_work() usage to > prepare for deprecation of flush_scheduled_work(). Patches in this > series are self contained and mostly straight-forward. > > Please feel free to take it into the appropriate tree, or just ack it. > In the latter case, I'll merge the patch through the workqueue tree > during the next merge window. Seems to work just fine, tested on n800 for omap.c and omap4 panda for omap_hsmmc.c. Please feel free to queue via workqueue tree as long as the MMC people are fine with that: Tested-by: Tony Lindgren <tony@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html