Commit 6237077a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9a50d3c0
......@@ -143,7 +143,7 @@ struct bigfile_ops {
*
* NOTE blk and blklen are in blocks, not pages.
*
* @addr NULL - mmap at anywhere, !NULL - mmap exactly at addr. XXX
* @addr NULL - mmap at anywhere, !NULL - mmap exactly at addr.
* @return !NULL - mapped there, NULL - error.
*/
void* (*mmap_setup_read) (VMA *vma, BigFile *file, blk_t blk, size_t blklen);
......@@ -152,7 +152,7 @@ struct bigfile_ops {
/* remmap_blk_read is called to remmap a block into vma again, after e.g.
* RW dirty page was discarded.
*
* Called under virtmem lock. NOTE hard to rework to call with !virt_lock
* Called under virtmem lock. XXX hard to rework to call with !virt_lock
*
* XXX error -> bug (must not fail)
*/
......
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