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

.

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