Commit 76ed56cd authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

cr-check: make uffd verification "extra" rather then "experimental"

Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 1dc55aef
...@@ -1188,8 +1188,6 @@ int cr_check(void) ...@@ -1188,8 +1188,6 @@ int cr_check(void)
if (opts.check_experimental_features) { if (opts.check_experimental_features) {
ret |= check_autofs(); ret |= check_autofs();
ret |= check_compat_cr(); ret |= check_compat_cr();
ret |= check_uffd();
ret |= check_uffd_noncoop();
} }
print_on_level(DEFAULT_LOGLEVEL, "%s\n", ret ? CHECK_MAYBE : CHECK_GOOD); print_on_level(DEFAULT_LOGLEVEL, "%s\n", ret ? CHECK_MAYBE : CHECK_GOOD);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment