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
94e06c4a
Commit
94e06c4a
authored
5 years ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
cb6b2abd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
bigfile/tests/test_virtmem.c
bigfile/tests/test_virtmem.c
+1
-0
include/wendelin/bigfile/file.h
include/wendelin/bigfile/file.h
+0
-2
No files found.
bigfile/tests/test_virtmem.c
View file @
94e06c4a
...
...
@@ -1153,6 +1153,7 @@ int mmapfile_storeblk(BigFile *file, blk_t blk, const void *buf) {
BUG_ON
(
wrote
>
n
);
n
-=
wrote
;
buf
+=
wrote
;
at
+=
wrote
;
}
return
0
;
...
...
This diff is collapsed.
Click to expand it.
include/wendelin/bigfile/file.h
View file @
94e06c4a
...
...
@@ -110,8 +110,6 @@ struct bigfile_ops {
void
(
*
munmap
)
(
BigFile
*
file
,
VMA
*
vma
);
/* release is called to release resources associated with file.
*
* The file is not otherwise used at the time of and past release call.
...
...
This diff is collapsed.
Click to expand it.
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