]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
JournalingObjectStore: remove misleading comments 12528/head
authorLi Wang <li.wang@kylin-cloud.com>
Fri, 16 Dec 2016 06:43:14 +0000 (06:43 +0000)
committerLi Wang <li.wang@kylin-cloud.com>
Fri, 16 Dec 2016 06:43:14 +0000 (06:43 +0000)
commit1f2d54972e2781f53e733a17bd1a21cb85a20621
tree16ba757ea8f78b08663517c3b18924d04b0b38f1
parent91b6d1da24d85db15bebc629357e8447a8200b08
JournalingObjectStore: remove misleading comments

Prior to start journal commit, it always needs to wait the ongoing apply
operation to finish, not only needed during journal replay. Between
commit_start() and commit_started(), it always needs to prevent starting
apply, not only needed during journal replay.

Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
src/os/filestore/JournalingObjectStore.cc