]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: remove io::ReadResult::set_clip_length 37727/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 20 Oct 2020 17:10:06 +0000 (13:10 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 20 Oct 2020 17:10:06 +0000 (13:10 -0400)
commitca4f546f63324c74a6aec8d55dd7ca5891a03b84
treef0d1652721d209858ba807c26024a835fcdd79e0
parent9745a4cd1999ab2f36042b93e7ade6fa76fc8eda
librbd: remove io::ReadResult::set_clip_length

Combined the functionality with the newer 'set_image_extents' call
to simplify the call-site logic for IO reads.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/cache/WriteLogImageDispatch.cc
src/librbd/io/ImageRequest.cc
src/librbd/io/ReadResult.cc
src/librbd/io/ReadResult.h
src/librbd/io/Utils.cc
src/librbd/io/Utils.h