Commit c22117a8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 20c301bc
...@@ -371,9 +371,9 @@ error Conn::resync(Tid at) { ...@@ -371,9 +371,9 @@ error Conn::resync(Tid at) {
// XXX locking // XXX locking
for (auto _ : wconn._filetab) { for (auto fit : wconn._filetab) {
Oid foid = _.first; Oid foid = fit.first;
_File *f = _.second; _File *f = fit.second;
// XXX if file has no mappings and was not used during whole prev // XXX if file has no mappings and was not used during whole prev
// cycle - forget and stop watching it // cycle - forget and stop watching it
......
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