[CRIU] [PATCH 1/5] mount: change cwd on the root before restoring mntns

Cyrill Gorcunov gorcunov at gmail.com
Fri Feb 21 05:58:54 PST 2014


On Fri, Feb 21, 2014 at 05:51:27PM +0400, Andrey Vagin wrote:
...
> 
> +	if (chdir(opts.root ? : "/")) {
> +		pr_perror("chdir(%s) failed", opts.root);

		pr_perror("chdir(%s) failed", opts.root ? : "/");


More information about the CRIU mailing list