]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: pass image_extents to create_{discard,write_same}()
authorIlya Dryomov <idryomov@gmail.com>
Sun, 11 Sep 2022 10:10:27 +0000 (12:10 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 4 Dec 2022 17:19:19 +0000 (18:19 +0100)
commit37057ba2f6bb9cef233785c376892384879af871
treec68e5833be05cb1a885247963f58d3251e6a14d7
parentc67e2541392dea1c4f283fb0196b386a2477b406
librbd: pass image_extents to create_{discard,write_same}()

These are still taking off and len separately which is inconsistent
with the rest of ImageDispatchSpec and also ImageDiscardRequest and
ImageWriteSameRequest.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/librbd/api/Io.cc
src/librbd/cache/ImageWriteback.cc
src/librbd/io/ImageDispatchSpec.h