Hi,
Andrew had already accepted the patch. I'll send an iteration.
On 2/26/22 5:35 AM, Shuah Khan wrote:
I'll update the names of the macros.+#define PAGEMAP_PATH "/proc/self/pagemap"
Why is this names PATH - it is the file name right?
I'll update their names to indicate fds. This is a standalone test+
+int clear_refs;
+int pagemap;
+
Get rid of these globals and pass these in - please find name
that clearly indicates them as fds
application. Shouldn't the usage of global variables be fine?