mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 09:05:10 +00:00
cr-check: make uffd verification "extra" rather then "experimental"
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
1dc55aef45
commit
76ed56cdb5
1 changed files with 0 additions and 2 deletions
|
|
@ -1188,8 +1188,6 @@ int cr_check(void)
|
|||
if (opts.check_experimental_features) {
|
||||
ret |= check_autofs();
|
||||
ret |= check_compat_cr();
|
||||
ret |= check_uffd();
|
||||
ret |= check_uffd_noncoop();
|
||||
}
|
||||
|
||||
print_on_level(DEFAULT_LOGLEVEL, "%s\n", ret ? CHECK_MAYBE : CHECK_GOOD);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue