]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd/rwl: correct m_perfcounter access scope 35228/head
authorChangcheng Liu <changcheng.liu@aliyun.com>
Mon, 25 May 2020 08:54:27 +0000 (16:54 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Mon, 25 May 2020 13:49:18 +0000 (21:49 +0800)
commitf51a5dfa1345a672043f4bc66b57dd12d680313d
treef366f779864cb5df9d5b6afa0c87b3a86d848b57
parent473a185ef984ce50212694771990dfbb8896754f
rbd/rwl: correct m_perfcounter access scope

There's no m_perfcounter in SyncPoint. Its scope is in
ReplicatedWriteLog.

Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
src/librbd/cache/ReplicatedWriteLog.cc
src/librbd/cache/rwl/SyncPoint.cc