]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/MDLog: use committed seq instead of committing seq
authorXiubo Li <xiubli@redhat.com>
Thu, 24 Feb 2022 07:56:54 +0000 (15:56 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 14 Jun 2022 09:44:29 +0000 (17:44 +0800)
commitfb2477b29721a87a5f5f3c0b8a687ccbccf2b9c8
treec06320590a15b68204f730ff9926348427b2f430
parent26673146217b7ff3a41efa48b08f165eb27b8472
mds/MDLog: use committed seq instead of committing seq

Since commit 9242ce90130 it won't allow multiple open file table
commits to be submit and will be worked sequentially. So whenever
is_any_committing() is false the committing seq will always equal
to committed seq.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/MDLog.cc
src/mds/OpenFileTable.cc
src/mds/OpenFileTable.h