]> git-server-git.apps.pok.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>
Wed, 6 Mar 2024 13:18:38 +0000 (18:48 +0530)
commitebdb754d70ba386fd7703413b7d4cacf8d1e1084
tree11458d25d3d7ad112694a29393d403aa8cdbed17
parent889cadad8e42db748856a1df4c2b7b6fa582c5fa
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>
(cherry picked from commit 5099c4ef5841c0f80a9ca1844d254ecce25d269b)
src/client/Client.cc