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:
committed by
Pavel Emelyanov
parent
48032d8780
commit
3bd6d9d7b0
1
util.c
1
util.c
@@ -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");
|
||||
|
Reference in New Issue
Block a user