[CRIU] [PATCH 2/3] mount: allow to dump content even if a part of fs is overmounted (v2)

Cyrill Gorcunov gorcunov at gmail.com
Thu Aug 1 08:51:37 EDT 2013


On Thu, Aug 01, 2013 at 04:44:39PM +0400, Andrey Vagin wrote:
> +
> +	if (pm->s_dev != st.st_dev) {
> +		pr_err("Can't create a temporary mount "
> +			"(device mismatch %lx != %x\n", st.st_dev, pm->s_dev);

')' lost in format, not a big deal though, can be fixed on top.


More information about the CRIU mailing list