Commit 4e23152e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0e60e9ff
......@@ -98,7 +98,7 @@ cdef public class _ZBigFile(BigFile) [object _ZBigFile, type _ZBigFile_Type]:
def storeblk(self, blk, buf): return self.zself.storeblk(blk, buf)
# blkmmapper complemnts loadblk/storeblk and is pycapsule with virtmem mmap
# blkmmapper complements loadblk/storeblk and is pycapsule with virtmem mmap
# functions for _ZBigFile. MMap functions rely on .wfileh being initialized
# by .fileh_open()
blkmmapper = PyCapsule_New(<void*>&ZBigFile_mmap_ops, "wendelin.bigfile.IBlkMMapper", NULL)
......
......@@ -2509,7 +2509,7 @@ func _main() (err error) {
if errors.Cause(err) != context.Canceled {
log.Error(err)
log.Errorf("zwatcher failed -> switching filesystem to EIO mode")
// XXX switch fs to EIO mode
panic("TODO: switch fs to EIO mode") // XXX
}
// wait for unmount
......
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