]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: check for bad file handle in low level I/O APIs 55457/head
authorDhairya Parmar <dparmar@redhat.com>
Tue, 20 Feb 2024 12:15:06 +0000 (17:45 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 20 Feb 2024 12:35:55 +0000 (18:05 +0530)
commit6614933808a01322911e1d1c90402f0fd9f099ed
tree1dca04a7685478233eda6ebbff1a55f77a53bfec
parent5099c4ef5841c0f80a9ca1844d254ecce25d269b
client: check for bad file handle in low level I/O APIs

and guard the `if (!mref_reader.is_state_satisfied())` stmt with braces.

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