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

.

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