]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: During fscrypt rmw (write) use correct read type
authorChristopher Hoffman <choffman@redhat.com>
Thu, 17 Jul 2025 19:40:59 +0000 (19:40 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Fri, 15 Aug 2025 16:03:31 +0000 (16:03 +0000)
commit8329d1350f85b5ac7b8625425f32313fb52ae421
tree0da216a24c4b57e89e3e4f2d45f95ef18f512851
parenteecb3958e7e3df18527d6ae89ed817a176f4d8b4
client: During fscrypt rmw (write) use correct read type

During fscrypt rmw use internal Client::_read to utilize
correct buffered or non buffered reads based on client wide
options. For example, if client_oc = false, use only
non-buffered reads in rmw.

Fixes: https://tracker.ceph.com/issues/72143
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc
src/client/Client.h