]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: no need to return format from ShutDownCryptoRequest
authorIlya Dryomov <idryomov@gmail.com>
Thu, 15 Sep 2022 08:05:56 +0000 (10:05 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 4 Dec 2022 17:19:19 +0000 (18:19 +0100)
commit4f5b735c5798ff01da11b48268267c73e200e67e
tree0813e79df360b2c11de36f199b01adaf6a422240
parentabded6eedaa7d945ccadabfaece3aed5ef9d128f
librbd: no need to return format from ShutDownCryptoRequest

luks::FlattenRequest was the only user of this interface.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/librbd/crypto/FormatRequest.cc
src/librbd/crypto/ShutDownCryptoRequest.cc
src/librbd/crypto/ShutDownCryptoRequest.h
src/test/librbd/crypto/test_mock_FormatRequest.cc
src/test/librbd/crypto/test_mock_ShutDownCryptoRequest.cc