Commit 9a50d3c0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fd689427
......@@ -94,9 +94,9 @@ struct bigfile_ops {
* dirtied pages that are layed over base data layer provided by the
* mappings.
*
* The major user of this functionality is wcfs - virtual filesystem that
* provides access to ZBigFile data via OS-level files(*). The layering can be
* schematically depicted as follows
* The primary user of this functionality is wcfs - virtual filesystem that
* provides access to ZBigFile data via OS-level files(*). The layering can
* be schematically depicted as follows
*
* ┌──┐ ┌──┐
* │RW│ │RW│ ← dirty pages
......@@ -112,7 +112,7 @@ struct bigfile_ops {
* - munmap(vma) before VMA is unmapped
*
*
* (*) see wcfs/client/wcfs.h
* (*) see wcfs/client/wcfs.h and wcfs/wcfs.go
*/
......
......@@ -39,8 +39,8 @@
* are dirtied. The mode in which BigFile handle is opened is specified via
* fileh_open(flags=...).
*
* The major user of "mmap overlay" functionality is wcfs - virtual filesystem
* that provides access to ZBigFile data via OS-level files(*).
* The primary user of "mmap overlay" functionality is wcfs - virtual
* filesystem that provides access to ZBigFile data via OS-level files(*).
*
* (*) see wcfs/client/wcfs.h and wcfs/wcfs.go
*/
......
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