mcexec: ENABLE_MCOVERLAYFS on CentOS for up to version 7.3
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user