mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 07:45:17 +00:00
zdtm: Fix deleted_dev and add to the runlist
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -125,6 +125,7 @@ static/rtc
|
|||||||
transition/maps007
|
transition/maps007
|
||||||
static/dumpable01
|
static/dumpable01
|
||||||
static/dumpable02
|
static/dumpable02
|
||||||
|
static/deleted_dev
|
||||||
"
|
"
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -199,6 +200,7 @@ mountpoints
|
|||||||
inotify_irmap
|
inotify_irmap
|
||||||
cgroup00
|
cgroup00
|
||||||
clean_mntns
|
clean_mntns
|
||||||
|
deleted_dev
|
||||||
"
|
"
|
||||||
|
|
||||||
source $(readlink -f `dirname $0`/env.sh) || exit 1
|
source $(readlink -f `dirname $0`/env.sh) || exit 1
|
||||||
|
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (st.st_mode != mode || st.st_rdev != dev) {
|
if (st.st_mode != mode || st.st_rdev != dev) {
|
||||||
fail("%s is no longer the device file we had");
|
fail("%s is no longer the device file we had", filename);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user