]> git.itanic.dy.fi Git - scan-pagemap/blobdiff - pagemap.h
Compact struct pageframe
[scan-pagemap] / pagemap.h
index c9a6d81b846618a9248f68d940a073756f8e709e..1d4780e5c9395fa1a1a063351c36a689b2aad651 100644 (file)
--- a/pagemap.h
+++ b/pagemap.h
@@ -21,7 +21,7 @@ struct maps_list {
 
 struct pageframe {
        struct bintree tree;
-       struct maps_list ml;    /* List to mappings which point to this pfn */
+       struct list_head ml;    /* List of mappings which refer to this pfn */
 
        unsigned long long pf;  /* page frame entry from /proc/pid/pagemap */