]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: rename SnapshotExtent to SparseExtent
authorJason Dillaman <dillaman@redhat.com>
Wed, 30 Sep 2020 01:24:23 +0000 (21:24 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 13 Oct 2020 12:40:29 +0000 (08:40 -0400)
commit3a3dec2596d31eb9951aae03bb7a8feca37ad0c3
tree17e8768789c7f0ed6388b2002e179d09a6bf1560
parent38622b5ca12df1b9fb6c7c88f39f7b025a7b1787
librbd: rename SnapshotExtent to SparseExtent

The processing of copyup needs to be able to denote data extents that
are potentially zeroed or included in the associated bufferlist. By
renaming the type, it can be re-used for this second purpose.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/api/DiffIterate.cc
src/librbd/deep_copy/ObjectCopyRequest.cc
src/librbd/io/ImageRequest.cc
src/librbd/io/ObjectRequest.cc
src/librbd/io/Types.cc
src/librbd/io/Types.h
src/test/librbd/io/test_mock_ImageRequest.cc
src/test/librbd/io/test_mock_ObjectRequest.cc