mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Merge branch 'master' of git@github.com:mongodb/mongo
This commit is contained in:
commit
af8039cfd3
@ -65,7 +65,7 @@ namespace mongo {
|
||||
_state.set(s+1);
|
||||
return;
|
||||
}
|
||||
assert( s == 0 );
|
||||
massert("internal error: locks are not upgradeable", s == 0 );
|
||||
_state.set(1);
|
||||
_m.lock();
|
||||
_minfo.entered();
|
||||
|
Loading…
Reference in New Issue
Block a user