Commit a288e2bc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 78a365fd
......@@ -716,10 +716,11 @@ retry:
return make_pair(nil, E(err));
}
// XXX ensure f<foid>@ wconn.at exists?
// XXX ensure f<foid>@ wconn.at exists
// XXX else we get pins to non-existing state from wcfs, pinner replies nak, wcfs sends SIGBUS.
//
// TODO -> better teach wcfs to reject "watch <foid> @at" for @at where f did not existed.
// (see test_wcfs_watch_before_create)
FileH f; bool ok;
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