]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
FileStore::_check_replay_guard avoids double check on replaying and can_checkpoint() 6471/head
authorNing Yao <zay11022@gmail.com>
Thu, 5 Nov 2015 09:49:31 +0000 (17:49 +0800)
committerNing Yao <zay11022@gmail.com>
Thu, 5 Nov 2015 09:49:31 +0000 (17:49 +0800)
commit619d8048660a30672dd804caef38dac6aaa24ad2
treea0057d5860e5ca78069e2ba49c89b88f51d79d16
parent7295612d29f953f46e6e88812ef372b89a43b9da
FileStore::_check_replay_guard avoids double check on replaying and can_checkpoint()
Already checked in _check_replay_guard, avoid double check in the inner function _check_global_replay_guard

Signed-off-by: Ning Yao <zay11022@gmail.com>
src/os/FileStore.cc