[CRIU] [PATCH 02/17] unix: Unify id and ino prints

Cyrill Gorcunov gorcunov at gmail.com
Mon Apr 2 10:12:13 MSK 2018


On Mon, Apr 02, 2018 at 09:03:18AM +0300, Vasily Averin wrote:
> On 2018-04-01 23:07, Cyrill Gorcunov wrote:
> > @@ -1028,7 +1028,7 @@ int unix_note_scm_rights(int id_for, uint32_t *file_ids, int *fds, int n_ids)
> >  			return -1;
> >  		}
> >  
> > -		pr_info("scm: add file %d -> %d\n", tgt->id, vpid(owner));
> > +		pr_info("scm: add file %#x -> %d\n", tgt->id, vpid(owner));
> 
> Did you missed probably to change second %d (vpid(owner) )?

Nope, pids are left in decimal form for purpose :)

	Cyrill


More information about the CRIU mailing list