mcoverlayfs: supported Linux kernel 4.6

add mcoverlayfs(linux-4.6.7 base)
This commit is contained in:
Yoichi Umezawa
2016-11-17 18:09:27 +09:00
parent e4b3a88fc6
commit f480376153
13 changed files with 4095 additions and 3 deletions

View File

@ -108,6 +108,9 @@ char **__glob_argv = 0;
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0) && LINUX_VERSION_CODE < KERNEL_VERSION(4,1,0)
#define ENABLE_MCOVERLAYFS 1
#endif // LINUX_VERSION_CODE == 4.0
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,6,0) && LINUX_VERSION_CODE < KERNEL_VERSION(4,7,0)
#define ENABLE_MCOVERLAYFS 1
#endif // LINUX_VERSION_CODE == 4.6
#else
#if RHEL_RELEASE_CODE == RHEL_RELEASE_VERSION(7,2)
#define ENABLE_MCOVERLAYFS 1