Commit 6ee26ca4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0bfc8c11
......@@ -370,7 +370,8 @@ error _Conn::_pinner(context::Context ctx) {
//
// XXX go because wconn.close might deadlock wrt Conn.resync on
// wconn._filehMu, because Conn.resync sends "watch" updates under
// wconn._filehMu.
// wconn._filehMu. If the pinner fails - we already have serious problems.
// TODO try to resolve the deadlock.
go([wconn]() {
wconn->close();
});
......
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