On Wed, 14 Aug 2013 16:50:29 -0400 Tejun Heo <tj@xxxxxxxxxx> wrote: > > > + for_each_cpu(cpu, &has_work) > > > > for_each_online_cpu()? > > That would lead to flushing work items which aren't used and may not > have been initialized yet, no? doh, I confused for_each_cpu with for_each_possible_cpu. Dumb name. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>