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
9836eede
Commit
9836eede
authored
Jul 12, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7c1c6822
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
include/wendelin/bigfile/file.h
include/wendelin/bigfile/file.h
+4
-0
wcfs/__init__.py
wcfs/__init__.py
+1
-1
No files found.
include/wendelin/bigfile/file.h
View file @
9836eede
...
...
@@ -85,6 +85,8 @@ struct bigfile_ops {
* e.g. due to changes to the file from outside. However it should XXX
* check dirtyv and if dirty=1 not change that page until remmap_blk_read.
*
* XXX called under virtmem lock?
*
* XXX mmap_read -> !loadblk ?
* NOTE blk and blklen are in blocks, not pages.
*
...
...
@@ -95,6 +97,8 @@ struct bigfile_ops {
// XXX
// XXX called under virtmem lock?
//
// XXX error -> bug (must not fail)
int
(
*
remmap_blk_read
)
(
BigFile
*
file
,
blk_t
,
VMA
*
vma
);
...
...
wcfs/__init__.py
View file @
9836eede
...
...
@@ -289,7 +289,7 @@ def zstor_2zurl(zstor):
return
"file://%s"
%
(
zstor
.
_file_name
,)
# TODO ZEO + NEO support
raise
NotImplementedError
(
"don't know how to extract url from %r"
%
zstor
)
raise
NotImplementedError
(
"don't know how to extract
z
url from %r"
%
zstor
)
# mkdir -p.
...
...
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