Commit 94e06c4a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cb6b2abd
......@@ -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;
......
......@@ -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.
......
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