Commit 745d8cd2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 741c0d50
......@@ -370,9 +370,9 @@ 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 (Conn.open and FileH.close send "watch" _without_
// wconn._filehMu). If pinner fails - we already have serious problems.
// TODO try to resolve the deadlock.
// wconn._filehMu (however Conn.open and FileH.close send "watch"
// _without_ wconn._filehMu). If 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