From 0bd3518117ad29ffc91c7967068abc9948cc4885 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 14 Oct 2022 15:19:08 +0300 Subject: remove references to cow + Skip cow for now, maybe implement later but try to keep things simple. --- common/pmem.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/pmem.c') diff --git a/common/pmem.c b/common/pmem.c index 2b2fb00..748a1c8 100644 --- a/common/pmem.c +++ b/common/pmem.c @@ -36,6 +36,10 @@ #include /* is_nset etc */ #include +/* \todo add memory page counting? + * To make sure memory is not overcommited at clone, for example. + */ + /** * Loop through all page usage bits in current bitmap. * -- cgit v1.3