[CRIU] [PATCH 5/7] ghost-files: Save device and inode in image

Cyrill Gorcunov gorcunov at openvz.org
Mon Dec 3 14:25:04 EST 2012


On Mon, Dec 03, 2012 at 10:56:38PM +0400, Pavel Emelyanov wrote:
> 
> > +	gf->has_dev = gfe->has_dev;
> > +	gf->has_ino = gfe->has_ino;
> > +	gf->dev = gfe->dev;
> > +	gf->ino = gfe->ino;
> > +
> 
> No need in has_dev on our structures. ino == 0 is enough for "absent".

yup, will update.


More information about the CRIU mailing list