From 2f2f04d5a18acd89ada34bb7b46eca071c1be024 Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Sat, 29 Apr 2017 05:10:21 +0900 Subject: [PATCH] mcexec: ENABLE_MCOVERLAYFS on CentOS for up to version 7.3 --- executer/user/mcexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/executer/user/mcexec.c b/executer/user/mcexec.c index b60de305..d47a6f3e 100644 --- a/executer/user/mcexec.c +++ b/executer/user/mcexec.c @@ -114,9 +114,9 @@ char **__glob_argv = 0; #define ENABLE_MCOVERLAYFS 1 #endif // LINUX_VERSION_CODE == 4.6 #else -#if RHEL_RELEASE_CODE == RHEL_RELEASE_VERSION(7,2) +#if RHEL_RELEASE_CODE <= RHEL_RELEASE_VERSION(7,3) #define ENABLE_MCOVERLAYFS 1 -#endif // RHEL_RELEASE_CODE == 7.2 +#endif // RHEL_RELEASE_CODE <= 7.3 #endif // RHEL_RELEASE_CODE #endif // ENABLE_MCOVERLAYFS