Re: [PATCH 10/13] cpuset: make CPU / memory hotplug propagationasynchronous

From: Tejun Heo
Date: Mon Jan 07 2013 - 11:41:59 EST


On Sun, Jan 06, 2013 at 04:29:09PM +0800, Li Zefan wrote:
> > +static void schedule_cpuset_propagate_hotplug(struct cpuset *cs)
> > +{
> > + /*
> > + * Pin @cs. The refcnt will be released when the work item
> > + * finishes executing.
> > + */
> > + if (!css_tryget(&cs->css))
> > + return;
> > +
> > + /*
> > + * Queue @cs->empty_cpuset_work. If already pending, lose the css
>
> cs->hotplug_work

Thanks. Patch updated.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/