[CRIU] Re: [PATCH cr 06/10] restore: restore sid of task which isn't
leaders and isn't a child of init (v2)
Andrew Vagin
avagin at parallels.com
Wed Jun 20 03:49:29 EDT 2012
> > + while (parent && parent->pid != item->sid) {
> > + parent->born_sid = item->sid;
>
> What if we change this value several times?
>
Impossible. I should add BUG_ON here.
More information about the CRIU
mailing list