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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
a42dac90
Commit
a42dac90
authored
Oct 21, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
e5e027cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
3rdparty/ccan
3rdparty/ccan
+1
-1
wcfs/internal/wcfs_virtmem.cpp
wcfs/internal/wcfs_virtmem.cpp
+1
-1
No files found.
ccan
@
e035748c
Subproject commit
7aac849abf06ef469c2aad9a0dd6e3bb82ef1f96
Subproject commit
e035748c67ff5ff49be77e902e4ea1c8446b3cf7
wcfs/internal/wcfs_virtmem.cpp
View file @
a42dac90
...
@@ -192,7 +192,7 @@ void Conn::_pin1(SrvReq *req) {
...
@@ -192,7 +192,7 @@ void Conn::_pin1(SrvReq *req) {
//trace("\tremmapblk %d @%s" % (req->blk, (h(req.at) if req.at else "head")))
//trace("\tremmapblk %d @%s" % (req->blk, (h(req.at) if req.at else "head")))
// check if virtmem did not dirtied page corresponding to this block already
// check if virtmem did not dirtied page corresponding to this block already
virt_lock
();
virt_lock
();
TODO
(
mmap
->
file
->
blksize
!=
mmap
->
filh
->
ramh
->
pagesize
);
TODO
(
mmap
->
file
->
blksize
!=
mmap
->
fil
e
h
->
ramh
->
pagesize
);
if
(
!
__fileh_page_isdirty
(
mmap
->
fileh
,
req
->
blk
))
if
(
!
__fileh_page_isdirty
(
mmap
->
fileh
,
req
->
blk
))
mmap
->
_remmapblk
(
req
.
blk
,
req
.
at
);
mmap
->
_remmapblk
(
req
.
blk
,
req
.
at
);
virt_unlock
();
virt_unlock
();
...
...
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