[CRIU] Re: [PATCH 1/6] Add separate lists for master/slave fd on restore

Cyrill Gorcunov gorcunov at openvz.org
Tue Sep 11 13:40:59 EDT 2012


On Tue, Sep 11, 2012 at 09:37:19PM +0400, Pavel Emelyanov wrote:
> > +		list_for_each_entry(fle, &me->rst->tty_slaves, ps_list) {
> > +			ret = open_fdinfo(me->pid.virt, fle, state);
> > +			if (ret)
> > +				goto done;
> > +		}
> 
> I believe eventfds should still be last on this list.

Yeah, good catch, thanks!

	Cyrill


More information about the CRIU mailing list