Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
b8506f57
Commit
b8506f57
authored
Apr 01, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
6237077a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
include/wendelin/bigfile/virtmem.h
include/wendelin/bigfile/virtmem.h
+1
-2
No files found.
include/wendelin/bigfile/virtmem.h
View file @
b8506f57
...
@@ -112,7 +112,6 @@ struct BigFileH {
...
@@ -112,7 +112,6 @@ struct BigFileH {
* ( we require all VMAs under one fileh to be of the same kind to easily
* ( 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
* make decision whether after writeout to keep a page in RAM or to
* completely drop it not to waste RSS unnecessarily ) */
* completely drop it not to waste RSS unnecessarily ) */
// XXX name
unsigned
mmap_overlay
:
1
;
unsigned
mmap_overlay
:
1
;
};
};
typedef
struct
BigFileH
BigFileH
;
typedef
struct
BigFileH
BigFileH
;
...
@@ -183,7 +182,7 @@ struct VMA {
...
@@ -183,7 +182,7 @@ struct VMA {
bitmap
*
page_ismappedv
;
/* len ~ Δaddr / pagesize */
bitmap
*
page_ismappedv
;
/* len ~ Δaddr / pagesize */
/* BigFile-specific field used when VMA was created from fileh opened with
/* 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.
* object pointer specific to serving created base overlay mapping.
*
*
* For example WCFS uses this to link VMA -> wcfs.Mapping to know which
* For example WCFS uses this to link VMA -> wcfs.Mapping to know which
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment