Commit b8506f57 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6237077a
......@@ -112,7 +112,6 @@ struct BigFileH {
* ( we require all VMAs under one fileh to be of the same kind to easily
* make decision whether after writeout to keep a page in RAM or to
* completely drop it not to waste RSS unnecessarily ) */
// XXX name
unsigned mmap_overlay : 1;
};
typedef struct BigFileH BigFileH;
......@@ -183,7 +182,7 @@ struct VMA {
bitmap *page_ismappedv; /* len ~ Δaddr / pagesize */
/* BigFile-specific field used when VMA was created from fileh opened with
* MMAP_OVERLAY flag. bigfile_ops.mmap_setup_read initializes this to
* MMAP_OVERLAY flag. bigfile_ops.mmap_setup_read can initialize this to
* object pointer specific to serving created base overlay mapping.
*
* For example WCFS uses this to link VMA -> wcfs.Mapping to know which
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment