Re: [PATCHSET] async: reimplement synchronization

2013-01-23 Thread Tejun Heo
On Fri, Jan 18, 2013 at 04:39:23PM -0800, Tejun Heo wrote: > Synchronization in async got messy as more features were added and > while being converted to workqueue. It currently has a global list of > pending async items and per-domain running lists. Per-domain sync has > to search through the g

[PATCHSET] async: reimplement synchronization

2013-01-18 Thread Tejun Heo
Hello, guys. Synchronization in async got messy as more features were added and while being converted to workqueue. It currently has a global list of pending async items and per-domain running lists. Per-domain sync has to search through the global pending list and global sync has to iterate ove