Commit a1e08819 authored by Kirill Smelkov's avatar Kirill Smelkov

.

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