]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
JournalingObjectStore: lock journal_lock at top of journal_replay
authorSamuel Just <sam.just@inktank.com>
Tue, 25 Sep 2012 23:07:23 +0000 (16:07 -0700)
committerSamuel Just <sam.just@inktank.com>
Wed, 26 Sep 2012 17:16:24 +0000 (10:16 -0700)
commit9f6ee01e8d2e654452eb59be2e8372c99d8331c0
tree2df8d0f076e61ba9e74d919c4105295df8d86d41
parente02258516c853aca80974624be2aa41dafa8cfdb
JournalingObjectStore: lock journal_lock at top of journal_replay

CID 716968: Data race condition (MISSING_LOCK)At (6): Accessing "this->op_seq"
("JournalingObjectStore.op_seq") requires the "Mutex._m" lock.

Doesn't really matter, but this should satisfy coverity.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/os/JournalingObjectStore.cc