Commit 9836eede authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7c1c6822
......@@ -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);
......
......@@ -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 zurl from %r" % zstor)
# mkdir -p.
......
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