2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 13:58:34 +00:00

mount: use ns_mountpoint in aufs_parse

At this point ns_mountpoint is equal to mountpoint.

Cherry-picked from Virtuozzo criu:
https://src.openvz.org/projects/OVZ/repos/criu/commits/c70bd7de0

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
Pavel Tikhomirov
2020-05-29 14:40:01 +03:00
committed by Andrei Vagin
parent 7b968ceeab
commit ae0b218c30

View File

@@ -2737,7 +2737,7 @@ int aufs_parse(struct mount_info *new)
{
int ret = 0;
if (!strcmp(new->mountpoint, "./")) {
if (!strcmp(new->ns_mountpoint, "./")) {
opts.aufs = true;
ret = parse_aufs_branches(new);
}