Commit a1e08819 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent decc474e
...@@ -270,7 +270,7 @@ package main ...@@ -270,7 +270,7 @@ package main
// 4.2) ø: nothing to do - see invariant ^^^. // 4.2) ø: nothing to do - see invariant ^^^.
// 4.3) obj found: // 4.3) obj found:
// //
// - ZBlk* -> file/#blk XXX [] of file/[]#blk // - ZBlk* -> [] of file/[]#blk
// - BTree/Bucket -> δ(BTree) -> file/[]#blk // - BTree/Bucket -> δ(BTree) -> file/[]#blk
// //
// in the end after processing all []oid from invalidation message we have // in the end after processing all []oid from invalidation message we have
...@@ -501,7 +501,7 @@ type BigFileDir struct { ...@@ -501,7 +501,7 @@ type BigFileDir struct {
// δ of tracked BTree nodes of all BigFiles + -> which file // δ of tracked BTree nodes of all BigFiles + -> which file
// (used only for head/, not revX/) // (used only for head/, not revX/)
δFmu sync.Mutex // XXX -> ΔFTail? δFmu sync.Mutex // XXX move into -> ΔFTail ?
δFtail *ΔFTail δFtail *ΔFTail
} }
......
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