2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

zdtm: Fix deleted_dev and add to the runlist

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2014-07-02 13:33:04 +04:00
parent a9f765894e
commit 0ce9ce408a
2 changed files with 3 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ static/rtc
transition/maps007
static/dumpable01
static/dumpable02
static/deleted_dev
"
#
@@ -199,6 +200,7 @@ mountpoints
inotify_irmap
cgroup00
clean_mntns
deleted_dev
"
source $(readlink -f `dirname $0`/env.sh) || exit 1

View File

@@ -49,7 +49,7 @@ int main(int argc, char **argv)
}
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;
}