Commit 78051573 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 327e20f7
...@@ -148,12 +148,11 @@ ...@@ -148,12 +148,11 @@
// - wconn.filehMu.W // - wconn.filehMu.W
// - wconn.filehMu.R // - wconn.filehMu.R
// //
// - virt_lock
// - wconn.atMu.R // - wconn.atMu.R
// - wconn.filehMu.R // - wconn.filehMu.R
// - fileh.mmapMu (R:.mmaps W:.pinned) // - fileh.mmapMu (R:.mmaps W:.pinned)
// //
// - virt_lock
//
// //
// XXX note on virt_lock in pinner and deadlocks. // XXX note on virt_lock in pinner and deadlocks.
...@@ -563,8 +562,8 @@ error _Conn::resync(zodb::Tid at) { ...@@ -563,8 +562,8 @@ error _Conn::resync(zodb::Tid at) {
wconn.close(); // ignore error wconn.close(); // ignore error
}); });
// XXX downErr -> E // XXX _downErr -> E
// XXX at ^ (increases) // XXX at ^ (increases) -> rejected by wcfs XXX or also precheck here?
// first wait for wcfs/head to be >= at. // first wait for wcfs/head to be >= at.
// we need this e.g. to be sure that head/f.size is at least as big that it will be @at state. // we need this e.g. to be sure that head/f.size is at least as big that it will be @at state.
......
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