]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: cleanup RO cache
authorshangdehao1 <dehao.shang@intel.com>
Wed, 22 May 2019 23:01:12 +0000 (07:01 +0800)
committerJason Dillaman <dillaman@redhat.com>
Mon, 24 Jun 2019 21:35:40 +0000 (17:35 -0400)
commitab1c146ad6d937662098088ea4ac3ba116dd4130
tree5eeb836f647d51e5ef36e92b1d1ec0bd7f732490
parentf07bff52c82e1fbab09d47cb3e7125a69c02bf78
librbd: cleanup RO cache

- cleanup invalid comments
- cleanup useless method and data member
- fix spelling mistake
- change naming from SharedReadOnlyCache to ParentCache
- change file name from SharedReadOnlyObjectDispatch
  to ParentCacheObjectDispath

Signed-off-by: Dehao Shang <dehao.shang@intel.com>
src/librbd/CMakeLists.txt
src/librbd/cache/ParentCacheObjectDispatch.cc [new file with mode: 0644]
src/librbd/cache/ParentCacheObjectDispatch.h [new file with mode: 0644]
src/librbd/cache/SharedPersistentObjectCacher.cc
src/librbd/cache/SharedPersistentObjectCacher.h
src/librbd/cache/SharedReadOnlyObjectDispatch.cc [deleted file]
src/librbd/cache/SharedReadOnlyObjectDispatch.h [deleted file]
src/librbd/image/OpenRequest.cc
src/librbd/io/Types.h
src/test/librbd/cache/test_mock_ParentImageCache.cc