]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: moved object cacher writeback handler to cache sub-directory
authorJason Dillaman <dillaman@redhat.com>
Wed, 27 Mar 2019 13:28:49 +0000 (09:28 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 11 Apr 2019 16:47:00 +0000 (12:47 -0400)
commitc186e45f70073893e06c758fce567d98c2bd53a8
treeee69ec0363227187912f629f7e987cc29681a444
parenta87baa5e58ff13a0333e350d15525cb9b8a00600
librbd: moved object cacher writeback handler to cache sub-directory

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/CMakeLists.txt
src/librbd/ImageCtx.cc
src/librbd/LibrbdWriteback.cc [deleted file]
src/librbd/LibrbdWriteback.h [deleted file]
src/librbd/cache/ObjectCacherObjectDispatch.cc
src/librbd/cache/ObjectCacherWriteback.cc [new file with mode: 0644]
src/librbd/cache/ObjectCacherWriteback.h [new file with mode: 0644]