]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: handle callback completion if the async I/O failed
authorDhairya Parmar <dparmar@redhat.com>
Tue, 5 Dec 2023 11:40:56 +0000 (17:10 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 30 Jan 2024 09:20:58 +0000 (14:50 +0530)
commit9d4ae970bc3c95ad9a097f2b3c99dae58354800f
tree90ab63e801754e0a5c027fad469d481b638e02ab
parentbbde5258dec2562b710af31f8a842bac93b5d4cc
client: handle callback completion if the async I/O failed

and remove the context completion code from Client::_preadv_pwritev_locked since
this case will indeed be handled in the Client::ll_preadv_pwritev along with all
other cases

Fixes: https://tracker.ceph.com/issues/63734
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
src/client/Client.cc