0
0
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:
Eliot Horowitz 2009-12-03 17:25:09 -05:00
commit af8039cfd3

View File

@ -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();