]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: check for bad file handle in ll_preadv_pwritev
authorDhairya Parmar <dparmar@redhat.com>
Tue, 20 Feb 2024 12:02:45 +0000 (17:32 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 20 Feb 2024 12:28:17 +0000 (17:58 +0530)
commit5099c4ef5841c0f80a9ca1844d254ecce25d269b
tree9e65913064236b1ba5ba4856b9df1ed450e560f5
parent5d1255c81b0513fc9e70a4c136b3c3a61a85aee1
client: check for bad file handle in ll_preadv_pwritev

Along with some minor adjustments to the code to make use of
same int for all the ops.

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