2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

image: Add comments about VMA_AREA constants and drop FORCE_READ flag

Force-read came from very first dev version of CRIU (even before 1.0 release)
and never been used actually in image.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2015-02-25 18:42:00 +03:00
committed by Pavel Emelyanov
parent 48032d8780
commit 3bd6d9d7b0
2 changed files with 48 additions and 4 deletions

1
util.c
View File

@@ -62,7 +62,6 @@ static void vma_opt_str(const struct vma_area *v, char *opt)
opt2s(VMA_AREA_VSYSCALL, "vsys");
opt2s(VMA_AREA_VDSO, "vdso");
opt2s(VMA_AREA_VVAR, "vvar");
opt2s(VMA_FORCE_READ, "frd");
opt2s(VMA_AREA_HEAP, "heap");
opt2s(VMA_FILE_PRIVATE, "fp");
opt2s(VMA_FILE_SHARED, "fs");