Commit e6c8b370 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 78051573
...@@ -717,9 +717,9 @@ retry: ...@@ -717,9 +717,9 @@ retry:
} }
// XXX ensure f<foid>@ wconn.at exists? // XXX ensure f<foid>@ wconn.at exists?
// XXX else we get pins to non-exists state from wcfs. // XXX else we get pins to non-existing state from wcfs, pinner replies nak, wcfs sends SIGBUS.
// //
// XXX -> better teach wcfs to reject "watch <foid> @at" for @at where f did not existed. // TODO -> better teach wcfs to reject "watch <foid> @at" for @at where f did not existed.
FileH f; bool ok; FileH f; bool ok;
tie(f, ok) = wconn._filehTab.get_(foid); tie(f, ok) = wconn._filehTab.get_(foid);
......
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