Commit b3facab7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fe89563b
...@@ -98,10 +98,9 @@ ...@@ -98,10 +98,9 @@
// The scheme outlined above does not need to split Mapping upon dirtying an // The scheme outlined above does not need to split Mapping upon dirtying an
// inner page. // inner page.
// //
// See bigfile_ops (wendelin/bigfile/file.h) for virtmem interface related to // See bigfile_ops interface (wendelin/bigfile/file.h) that explains base-layer
// base-layer overlaying that explains the process from virtmem point of view. // and overlaying from virtmem point of view. For wcfs this interface is
// For wcfs this interface is provided by small wcfs client wrapper in // provided by small wcfs client wrapper in bigfile/file_zodb.cpp.
// bigfile/file_zodb.cpp.
// //
// -------- // --------
// //
......
...@@ -92,7 +92,8 @@ ...@@ -92,7 +92,8 @@
// -------- // --------
// //
// (*) see wcfs.go documentation for WCFS isolation protocol overview and details. // (*) see wcfs.go documentation for WCFS isolation protocol overview and details.
// (+) see also XXX -> virtmem docs about layering // (+) see bigfile_ops interface (wendelin/bigfile/file.h) that gives virtmem
// point of view on layering.
#ifndef _NXD_WCFS_H_ #ifndef _NXD_WCFS_H_
#define _NXD_WCFS_H_ #define _NXD_WCFS_H_
......
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