Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
9ab16144
Commit
9ab16144
authored
Mar 02, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
a844fb03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
wcfs/client/wcfs.cpp
wcfs/client/wcfs.cpp
+2
-4
No files found.
wcfs/client/wcfs.cpp
View file @
9ab16144
...
...
@@ -577,11 +577,9 @@ error _Conn::resync(zodb::Tid at) {
// Now other calls, e.g. Conn.open, can be running simultaneously to us,
// but since we already set wconn.at to new value it is ok. For example
// Conn.open, for not-yet-opened file, will use new at to send "watch".
// XXX ^^^ not possible since wconn._filehMu is locked ?
// -> no, possible, wconn._filehMu became RWMutex
//
// NOTE we are still holding wconn._filehMu.R, so wconn._filehTab
is the
// same as in previous pass above.
// NOTE we are still holding wconn._filehMu.R, so wconn._filehTab
and fileh
// s
tates are the s
ame as in previous pass above.
wconn
.
_atMu
.
UnlockToRLock
();
atMuWLocked
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment