[PATCH 11/11] remove VM_HUGETLB from CKPT_VMA_NOT_SUPPORTED

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Now that the hugetlb c/r support code is in place we can remove
VM_HUGETLB from the bitmask of unsupported vma flags.

Signed-off-by: Nathan Lynch <ntl@xxxxxxxxx>
---
 include/linux/checkpoint.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/checkpoint.h b/include/linux/checkpoint.h
index 7b30ce5..8f874da 100644
--- a/include/linux/checkpoint.h
+++ b/include/linux/checkpoint.h
@@ -314,7 +314,6 @@ extern int restore_memory_contents(struct ckpt_ctx *ctx, struct inode *inode);
 
 
 #define CKPT_VMA_NOT_SUPPORTED (			\
-		VM_HUGETLB |				\
 		VM_INSERTPAGE |				\
 		VM_MAPPED_COPY |			\
 		VM_MIXEDMAP |				\
-- 
1.7.2.2

_______________________________________________
Containers mailing list
Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers


[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux