[Devel] [PATCH 11/11] remove VM_HUGETLB from CKPT_VMA_NOT_SUPPORTED
Nathan Lynch
ntl at pobox.com
Wed Oct 20 11:56:46 PDT 2010
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 at pobox.com>
---
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 at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list